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
- Host: GitHub
- URL: https://github.com/moronixproduct3/lys-tracker
- Owner: MoronixProduct3
- Created: 2025-02-06T10:42:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T08:05:03.000Z (3 months ago)
- Last Synced: 2025-03-01T09:19:04.106Z (3 months ago)
- Language: Vue
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LYS
A Warhammer 40k tournament landing page to show the day's missions.
[](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.