Skip to content

Space-Mon-Keys/Frontend

Repository files navigation

Space25 Frontend

This is the frontend for the Space25 asteroid impact visualization project. It is built with React and Vite.

Prerequisites

  • Node.js (version 18 or higher recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/Space-Mon-Keys/Frontend.git
    cd Frontend/app
  2. Install dependencies:

    npm install

Running the Project

To start the development server:

npm run dev

This will launch the app at http://localhost:5173 by default.

Building for Production

To build the app for production:

npm run build

The output will be in the dist/ folder.

Linting

To check code style and lint errors:

npm run lint

Notes

  • The project uses the Roboto font for all UI elements.
  • For Docker usage, see the Dockerfile and launchDocker.bat in the project root.

For any issues or questions, please open an issue on the repository.

About

TODO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors