https://github.com/tapawingo/web-cluster-warno
https://github.com/tapawingo/web-cluster-warno
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tapawingo/web-cluster-warno
- Owner: Tapawingo
- License: gpl-3.0
- Created: 2023-07-25T20:08:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T02:44:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T19:31:56.611Z (6 months ago)
- Language: SCSS
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Hosted on warno.cluster-community.comThis web page is intended to be used for rendering CMF3 Warning Orders outside of arma 3.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.