https://github.com/arranf/descent-monsters
https://github.com/arranf/descent-monsters
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arranf/descent-monsters
- Owner: arranf
- Created: 2021-10-09T09:21:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T12:43:15.000Z (about 3 years ago)
- Last Synced: 2025-01-18T06:12:06.171Z (over 1 year ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Descent Monsters
## Get started
```bash
yarn
yarn dev
```
If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
## Building and running in production mode
To create an optimised version of the app:
```bash
yarn build
```