Skip to content

skni-kod/spacetag

Repository files navigation

SpaceTag

About

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.

Getting Started

Prerequisites

Installation

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.

Usage

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

Authors

Former 500 International Space Station Team

Current SpaceTag Team

License

MIT