Skip to content

VoxelCoreLab/project-alpha-website

Repository files navigation

Webseite

Name

Marketing Website

Description

A web app designed to promote a game.

Local setup

1. Install the latest Node LTS v22.x and NPM on your machine.

https://nodejs.org/

2. Install the project dependencies.

Run this command in the root folder of the repository:

npm ci

3. Start development server

Run this command in the root folder of the repository:

npm run dev

Build project to make it ready for deployment

1. Install dependencies

Run this command in the root folder of the repository:

npm ci

2. Build application

Run this command in the root folder of the repository:

npm run build

Run Lint

Run this command in the root folder of the repository:

npm run lint

Run Unit Tests

Run this command in the root folder of the repository:

npm run test

Contributing

This project is a solo project.

Authors and acknowledgment

  • Jonas Voland

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published