Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 677 Bytes

Available Scripts

First, you want to install nodejs, and type,

npm install token && npm install react-dotenv

In the src directory you'll want to create a token.js file with the following line,

export const token = '<token>'

Make sure to replace token with your proper token.

In the parent directory, make sure you create a .env file and add the following line,

BASE_URL=

In the project directory, you can run:

npm i && npm start

Runs the app in the development mode.
Open http://localhost:3050 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.\