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

https://github.com/skarab42/snake

skarab42 playground
https://github.com/skarab42/snake

Last synced: 2 months ago
JSON representation

skarab42 playground

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
```