https://github.com/dfirebaugh/cheezewiz
https://github.com/dfirebaugh/cheezewiz
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/cheezewiz
- Owner: dfirebaugh
- License: mit
- Created: 2022-04-25T17:49:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T19:31:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T21:14:45.083Z (about 1 year ago)
- Language: TypeScript
- Size: 3.57 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheezewiz
cheezewiz is a place holder name for our 2022 gamejam project
[demo](https://dfirebaugh.github.io/cheezewiz/)
## Requirements
[Node.js](https://nodejs.org) is required to install dependencies and run scripts via `npm`.
node v18+ is recommended
After cloning the repo, run `npm ci` to install the dependencies.
## Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm run watch` | Build project and open web server running project, watching for changes |
| `npm run dev` | Builds project and open web server, but do not watch for changes |
| `npm run build` | Builds code bundle with production settings (minification, no source maps, etc..) |