Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 349 Bytes

Angelbotics Attendance

Setup

Packages to Install

  • git
  • nvm
# Use the project .nvmrc node version (installs if missing)
nvm use

cp .env.development .env

# Build the project
npm run-script build

# Start the project on port 8000
npm run-script start

Misc

Lint package.json file

npx sort-package-json