Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orasund/cloudflight-game-jam-4
https://github.com/orasund/cloudflight-game-jam-4
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/orasund/cloudflight-game-jam-4
- Owner: Orasund
- Created: 2023-09-12T14:59:37.000Z (over 1 year ago)
- Default Branch: gh-pages
- Last Pushed: 2023-09-24T14:52:22.000Z (over 1 year ago)
- Last Synced: 2023-12-13T08:40:43.574Z (about 1 year ago)
- Language: TypeScript
- Size: 22.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Typescript Create Game
## Install
To install you first need [Node.js](https://nodejs.org/en).
I would recommend using [VS Code](https://code.visualstudio.com/) as your IDE
Next you can install the required packages by writing
```bash
npm install
```## Run
```bash
npm run dev
```## Build
```bash
npm run build
```the compiled files can be found unter `\dist`