The One Line A Day App is a journal application providing users the ability to write a single entry per day for 10 years.
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.
If you have npm
installed, you can just install Yarn with npm:
$ npm install yarn --global
A step by step series of examples that tell you how to get a development env running
From the /notes folder run yarn install
$ yarn install
Followed by the appropriate start command
# yarn
$ yarn start
- Netlify - Web Hosting Service
- Production URL: https://www.one-line-a-day.com/
- Yarn - Dependency Management
- Create React App - Web Frame Work
- Redux - State Manager
- LESS - Styling Manager
- Figma - Design
- Thomas Claydon - Github
This project is licensed under the MIT License - see the LICENSE.md file for details