Skip to content

🚀 ActInSpace '22/23 Hackathon – A ZERO WASTE Initiative – Space Debris Collector Project ♻️

License

Notifications You must be signed in to change notification settings

michalspano/doubleEnum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the website locally

npm install         # in the root of the repository, under the `web` branch
npm install --force # in case the previous fails

Lifecycle scripts included in the repository:

start
    react-scripts start
test
    react-scripts test
predeploy
    npm run build
deploy
    gh-pages -d build
build
    react-scripts build
eject
    react-scripts eject