https://github.com/skarab42/snake
skarab42 playground
https://github.com/skarab42/snake
Last synced: 2 months ago
JSON representation
skarab42 playground
- Host: GitHub
- URL: https://github.com/skarab42/snake
- Owner: skarab42
- License: mit
- Created: 2021-02-09T15:07:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T18:53:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T08:48:20.481Z (7 months ago)
- Language: Svelte
- Size: 636 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skarab42
WIP Projet développé en live sur la chaîne [twitch.tv/skarab42](https://www.twitch.tv/skarab42).
## Project setup
```bash
# Clone this repository
git clone https://github.com/skarab42/skarab42# change directory to cloned path
cd skarab42# install dependencies
yarn install# run application in development mode
yarn watch# build application in production mode
yarn build
```