0.0.5 • Published 25 days ago

okay-site-login v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
25 days ago

Login

User Service for bucci.pro

Commands

# compile TS and SCSS files
npm run client:build

# watch for file changes and serve the app
npm run client:dev

# lint TS files and fix fixable errors
npm run client:lint

# recompile TS and SCSS files when they change
npm run client:watch

# serve the app
PGDATABASE=<database_name> npm run server

# run the tests
npm run test