Skip to content

Tjalexander97/enki

 
 

Repository files navigation

Enki

Build and deploy Quality Gate Status

Frontend app for Nplan - a simple timetable editor. Backend is Uttu.

Development

To run for development, simply do:

npm install
npm start

Note: The app use Node v14. nvm use v14

To run together with a local instance of Uttu on port 11701, add the following to .env.development.local.

REACT_APP_UTTU_API_URL=http://localhost:11701/services/flexible-lines

Authentication

Uses Auth0 to authenticate users.

Testing

Uses Jest for unit and reducer testing.

npm test

About

Front-end for Nplan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • SCSS 5.5%
  • Other 1.0%