https://github.com/wvffle/js13k-starter
https://github.com/wvffle/js13k-starter
js13kgames js13kgames-starter pug rollup stylus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wvffle/js13k-starter
- Owner: wvffle
- License: mit
- Created: 2020-08-13T20:04:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T13:12:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T18:32:57.716Z (4 months ago)
- Topics: js13kgames, js13kgames-starter, pug, rollup, stylus
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# js13k-starter
## Building
- development
```
yarn dev
```- production
```
yarn build
```