This is the website for Atsukoro bot made with next.js.
To develop locally, clone this repository and run the following command to start the local dev server:
yarn
yarn dev
or using npm:
npm i
npm run dev
And visit localhost:3000
to preview your changes.