This is the source code of Thimble Bot's website. It is a Next.js application. See it live: https://thimblebot.xyz
Clone the repository:
git clone git@github.com:thimble-bot/web.git thimble-bot-website
cd thimble-bot-websiteInstall the dependencies:
npm i -g yarn
yarn
Create a dotenv file:
cp .env.example .envMake sure to change the values to your environment. You should also place a
Firebase service account JSON into .firebase/credentials.json.
Start the development server with hot reload:
yarn dev
Lint your changes:
yarn lint
MIT. Thimble (character and design) is the property of József Sallai. You may NOT use the character or its name without the owner's written approval. Discord is the property of Discord, Inc.
(avatar by Ch-Chau)