Making Space Great Again
- Node.js 18.x or later
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/yourusername/mission42.git
cd mission42- Install dependencies:
npm install
# or
yarn install- Run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser to see the result.
/app- Contains the main application code/public- Static assets like images/components- Reusable React components/styles- Global styles and CSS modulespitch.pdf- Project pitch and overview document