Skip to content
nekiro edited this page Jan 28, 2022 · 14 revisions

# How to use

First clone repository:

git clone https://github.com/nekiro/SHIBAac.git

Install dependencies:

cd shibaac
npm i

Adjust config.js located at /src/util/config.js and then run local development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Clone this wiki locally