Plan your mornings easily
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
node && (npm || yarn)
internet connection
Clone this repository to your machine, then cd
into it and run:
yarn
or
npm install
After dependencies have finished installing you can run whole project with yarn run dev
command, or just run server with yarn run server
Currently only backend side have test coverage. You can run tests with yarn run test
command.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Darko Tasevski - Initial work - Puritanic
- wiched - Initial work - wiched
- Fouad - Initial work - fmtabbara
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Built in Chingu Voyage V hackaton