Skip to content

usubioinfo/pilot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • SCSS 9.4%
  • HTML 3.0%
  • CSS 0.7%