/chingu-dashboard

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

This project was generated with yarn, to start using it, you will need to do the following:

First we need to have yarn installed on your computer, to do so, run the following in the command line

npm install --global yarn

To install all the project dependencies, inside the project's root folder, run the following in the command line

yarn

Create a .env file at the root of your project using the .env.example file to know which keys to add

To run the development server:

yarn dev

Open http://localhost:3000

Storybook

To launch Storybook run the following in the command line

yarn storybook