Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 323 Bytes

File metadata and controls

12 lines (9 loc) · 323 Bytes

STEP Library

A webapp to manage STEP library.

Development

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