Skip to content

gustavojuneo/learno

Repository files navigation


Solution   |    Technologies   |    How to use   |    License

The Solution

An open source application, using the concepts of the pomodoro method with task registration and user profile to save your progress.

Technologies

How to use

Required Environment Variables

  • NEXTAUTH_URL
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • FAUNADB_KEY

Repository clone

To download the project on your machine, run the command below in the terminal or download.

$ git clone https://github.com/gustavojuneo/learno/.git

Installing the Dependencies

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

Starting the Application

To start the application use the command:

$ yarn dev

The application will run by default on the route: https://localhost:3000

License

This project is under LICENSE from MIT.

Releases

No releases published

Packages

No packages published