shriker / crittermound

Complete rework of crittermound.com

Home Page:https://crittermound.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crittermound build status

a complete rework of http://crittermound.com with vuejs

Visit game on: http://crittermound.net

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run dev setup inside docker container (assuming pwd is project root)
docker run -p 8080:8080 -v $(pwd):/app -it --rm node bash
cd app
npm install
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Not implemented yet

  • Exploring & Fighting
  • Princess & Prince hatchery
  • overall styling
  • Mobile testing

About

Complete rework of crittermound.com

https://crittermound.net


Languages

Language:JavaScript 84.2%Language:Vue 11.8%Language:CSS 2.3%Language:HTML 1.4%Language:Shell 0.4%