An open API service indexing awesome lists of open source software.

https://github.com/moronixproduct3/lys-tracker

A simple 40k tournament landing page
https://github.com/moronixproduct3/lys-tracker

Last synced: about 2 months ago
JSON representation

A simple 40k tournament landing page

Awesome Lists containing this project

README

        

# LYS

A Warhammer 40k tournament landing page to show the day's missions.

[![Netlify Status](https://api.netlify.com/api/v1/badges/2c9242d7-77e7-41c8-9a1e-acc27048b46c/deploy-status)](https://app.netlify.com/sites/grande-croisade-2025/deploys)

## 💿 Install

Set up your project using your preferred package manager. Use the corresponding command to install the dependencies:

[pnpm](https://pnpm.io/installation)

`pnpm install`

After completing the installation, your environment is ready for Vuetify development.

## 💡 Usage

This section covers how to start the development server and build your project for production.

### Starting the Development Server

To start the development server with hot-reload, run the following command. The server will be accessible at [http://localhost:3000](http://localhost:3000):

```bash
pnpm dev
```

### Building for Production

To build your project for production, use:

```bash
pnpm build
```

Once the build process is completed, your application will be ready for deployment in a production environment.