/devenv

The note taking app for developers

Primary LanguageTypeScript

Devenv - The note taking app for developers

Welcome to the Devenv project! Here you can find the source code and documentation for the project.

Running the project locally

Install dependencies

Clone this repository to your local machine and run the following commands:

npm i 

Create a new auth0 project

Create a new auth0 project and copy the credentials from the project you created. Now set them in the .env.local.example file.

Run the project

Run the project with the following command:

npm run dev