Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
To get a local copy up and running, follow these steps.
In order to run this project you need:
git
npm
node
Your favorite text editor
Clone this repository to your desired folder:
https://github.com/Umuhan/space-Travellers
Install this project with:
cd space-Travelers
npm install
You can deploy this project using:
To run the project, execute the following command:
npm run build - Builds development files into production code
npm start - Starts the development server
To run tests, run the following commands:
- npm test
π€ Umuhan Mohamud
π€ Hamza Baig
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
[How do you set up react?]
npx create-react-app <project-name>
][How to run the project after cloning]
npm install
npm run start
This project is MIT licensed.