Skip to content

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

License

Notifications You must be signed in to change notification settings

tamu-datathon-org/gatekeeper

 
 

Repository files navigation

βš”οΈ 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)
$ 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

Releases

No releases published

Packages

No packages published