Solution | Technologies | How to use | License
An open source application, using the concepts of the pomodoro method with task registration and user profile to save your progress.
- NEXTAUTH_URL
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- FAUNADB_KEY
To download the project on your machine, run the command below in the terminal or download.
$ git clone https://github.com/gustavojuneo/learno/.git
To be able to start the application it will be necessary to install the project dependencies, run the command below in the directory to install all the necessary dependencies.
$ yarn install
ou
if you don't use Yarn you can use npm, just remove the yarn.lock file from inside the folder and run the following command:
$ npm install
To start the application use the command:
$ yarn dev
The application will run by default on the route: https://localhost:3000
This project is under LICENSE from MIT.