This is the frontend for the Space25 asteroid impact visualization project. It is built with React and Vite.
-
Clone the repository:
git clone https://github.com/Space-Mon-Keys/Frontend.git cd Frontend/app -
Install dependencies:
npm install
To start the development server:
npm run devThis will launch the app at http://localhost:5173 by default.
To build the app for production:
npm run buildThe output will be in the dist/ folder.
To check code style and lint errors:
npm run lint- The project uses the Roboto font for all UI elements.
- For Docker usage, see the
DockerfileandlaunchDocker.batin the project root.
For any issues or questions, please open an issue on the repository.