/atsukoro-site

The official website for Atsukoro

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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.