Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 469 Bytes

This is a go / baduk server.

Hacking

First, start the backend server.

make run

Your terminal window or tab is blocked now, so open a new one.

You may have to run npm i once, in src/main/client.

From the project root, you can now start the dev server:

make dev

The app is running at http://localhost:3006.

Try editing a file in src/main/client/src. The change should immediately be visible in the browser.