2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 13:20:11 +02:00
website/README.md

2.7 KiB

Thream/website

Licence MIT Contributor Covenant

Conventional Commits semantic-release

📜 About

Thream's website to stay close with your friends and communities.

It uses Thream/api v1.2.8.

⚙️ Getting Started

Prerequisites

Installation

# Clone the repository
git clone git@github.com:Thream/website.git

# Go to the project root
cd website

# Configure environment variables
cp .env.example .env

# Install
npm clean-install

You will need to configure the environment variables by creating an .env file at the root of the project (see .env.example).

Local Development environment

npm run dev

Production environment with Docker

# Setup and run all the services for you
docker compose up --build

Services started

💡 Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in CONTRIBUTING.md.

📄 License

MIT