Skip to content

chingu-x/chingu-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad22ad7 · Sep 14, 2023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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