A webapp to manage STEP library.
This app is built using nextjs. Follow below sets for local setup.
- Clone this repository
- Install dependencies using
npm i
- Run development server using
npm run dev
- Build production app using
npm run build
- Run production app using
npm start