https://github.com/kennetpostigo/mangosnake
Mango
https://github.com/kennetpostigo/mangosnake
Last synced: 2 months ago
JSON representation
Mango
- Host: GitHub
- URL: https://github.com/kennetpostigo/mangosnake
- Owner: kennetpostigo
- Created: 2018-02-03T04:14:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T21:43:07.000Z (over 7 years ago)
- Last Synced: 2025-03-07T23:42:37.303Z (2 months ago)
- Language: OCaml
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MangoSnake
This repository is holds the code for the snake game that will be coded out in the
workshop.### Getting Started
**Clone Repo:**
```bash
git clone https://github.com/kennetpostigo/mangosnake.git
```**Install Dependencies:**
```bash
npm install
```**Compile Code:**
```
npm run watch
```**Serve**
```
npm run dev
```