Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

thimble-bot/web

Repository files navigation

The Thimble Bot project has been discontinued.

Thimble Bot Website

This is the source code of Thimble Bot's website. It is a Next.js application. See it live: https://thimblebot.xyz

Getting Started

Clone the repository:

git clone [email protected]:thimble-bot/web.git thimble-bot-website
cd thimble-bot-website

Install the dependencies:

npm i -g yarn
yarn

Create a dotenv file:

cp .env.example .env

Make 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

License

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)

Releases

No releases published

Packages

No packages published

Languages