Skip to content

mpark63/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

104ef42 · Sep 19, 2023

History

12 Commits
Sep 13, 2023
Sep 7, 2023
Sep 18, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 16, 2023
Sep 7, 2023
Sep 7, 2023
Sep 19, 2023
Sep 7, 2023
Sep 18, 2023
Sep 16, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 16, 2023

Repository files navigation

Go moku moku! (gomoku)

moku moku https://gomokumoku.vercel.app/#/

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.