Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 360 Bytes

MiniGrameForRelax

Game for relax

Build setup

yarn - recommend

# Install dependencies
yarn install

# Server with hot reload stylesheet and javascript
yarn run dev
# Install dependencies
npm install

# Server with hot reload stylesheet and javascript
npm run dev