This project is an official continuation of a project submitted for the 2022 NASA International Space Apps Challenge hackathon by 500 International Space Station — a team of four members of our Student Research Group.
Clone the repository.
git clone https://github.com/skni-kod/spacetag.git
git clone [email protected]:skni-kod/spacetag.git
Go to the project directory.
cd spacetag
Install dependencies.
pnpm install
Generate Visual Studio Code configuration.
pnpm vscode:generate
Rename .env.example
file to .env
and replace the
placeholder values with your environment variables.
Run the development server.
pnpm dev
Lint code with ESLint.
pnpm lint
Fix any existing errors.
pnpm lint --fix
Format code with Prettier.
pnpm format
Build application for production.
pnpm build
Start production server.
pnpm start
- Konrad Bochenek (@Kazan1520)
- Mariusz Dąbrowski (@marioooo0o) - Project Leader
- Mateusz Aliyev (@mateuszaliyev)
- Mateusz Herda (@mherda64)
- Dawid Pindara (@Noname04)
- Mateusz Aliyev (@mateuszaliyev) - Project Leader
- Michał Partyka (@Heryin)