Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 922 Bytes

joseki.party

Play Go online for free.

URLS

url description
/ homepage with fun background and one large "start game" button
/:game_id game play screen. set up game (size, komi, color) and hit "play"

Install

npm install

Installs all dependencies.

Develop

npm start

Uses Babel and Browserify to build JavaScript, compiles CSS with myth, minifies images that have changed with imagemin-newer, and runs a local server with live-server.

Test

npm test

For now, tests whether js complies with Standard.

Deploy

npm run deploy

Deploys site to joseki.party with surge.sh.