Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.18 KB

⚔️ gatekeeper 🏰

Central Authentication Service for Datathon Apps (Registration, forms, etc)

📦 Used Frameworks

🚄 Running the app

# development (you can load the site through http://localhost:4000)
# Note: for local environments, uncomment easyconfig line in "src/app.module.ts". Also, go to "views/partials/head.ejs" and remove "/auth" from href if you want the CSS to load.
$ npm run dev

# check for lint errors
$ npm run lint

# attempt to fix lint errors
$ npm run fix

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

✅ Testing

# unit tests
$ npm run test

# end-to-end tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Powered by Vercel