An open API service indexing awesome lists of open source software.

https://github.com/dfirebaugh/cheezewiz


https://github.com/dfirebaugh/cheezewiz

Last synced: about 1 year ago
JSON representation

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..) |