Skip to content

bcongdon/EachDay

Repository files navigation

EachDay

Build Status python-versions npm-version JavaScript Style Guide MIT Licence

Installation

  1. Install dependencies.
    yarn
    
  2. Install pip dependencies.
    pip install -r requirements.txt
    
  3. Start Postgres (TODO: Explain config)
  4. Start the Flask backend.
    python manage.py run
    
  5. Start the React frontend.
    yarn start
    

Building for Deployment

To produce the production-ready minified bundle:

yarn build

Usage

Visit http://localhost:9000 in your broswer. 😁

Screenshots

Dashboard

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Make sure that all the tests and linting still pass: ./test_all.sh
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

License

MIT