Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 645 Bytes

Guilded.bio

Getting Started

⚠️ This project relies on Docker and Docker Compose for the dev environment. If you don't wish to use it, you can run start the services up manually.

First, populate your environment variables by creating a .env file with the keys from .env.example.

Then, run the start script in the root of the project:

yarn install
yarn dev-env

Open http://localhost:3000 in your browser to see the result. To shut down the project, run this in the root of the project:

docker-compose down -v