2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00
Thream's website to stay close with your friends and communities. https://thream.divlo.fr/
Go to file
2021-10-24 05:19:39 +02:00
.husky chore: initial commit 2021-10-24 05:19:39 +02:00
components chore: initial commit 2021-10-24 05:19:39 +02:00
contexts chore: initial commit 2021-10-24 05:19:39 +02:00
hooks chore: initial commit 2021-10-24 05:19:39 +02:00
locales chore: initial commit 2021-10-24 05:19:39 +02:00
pages chore: initial commit 2021-10-24 05:19:39 +02:00
public chore: initial commit 2021-10-24 05:19:39 +02:00
utils chore: initial commit 2021-10-24 05:19:39 +02:00
.babelrc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.commitlintrc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.dockerignore chore: initial commit 2021-10-24 05:19:39 +02:00
.editorconfig chore: initial commit 2021-10-24 05:19:39 +02:00
.env.example chore: initial commit 2021-10-24 05:19:39 +02:00
.gitignore chore: initial commit 2021-10-24 05:19:39 +02:00
.lighthouserc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.markdownlint.json chore: initial commit 2021-10-24 05:19:39 +02:00
.npmrc chore: initial commit 2021-10-24 05:19:39 +02:00
CODE_OF_CONDUCT.md chore: initial commit 2021-10-24 05:19:39 +02:00
CONTRIBUTING.md chore: initial commit 2021-10-24 05:19:39 +02:00
docker-compose.production.yml chore: initial commit 2021-10-24 05:19:39 +02:00
docker-compose.yml chore: initial commit 2021-10-24 05:19:39 +02:00
Dockerfile chore: initial commit 2021-10-24 05:19:39 +02:00
Dockerfile.production chore: initial commit 2021-10-24 05:19:39 +02:00
i18n.json chore: initial commit 2021-10-24 05:19:39 +02:00
LICENSE chore: initial commit 2021-10-24 05:19:39 +02:00
next-env.d.ts chore: initial commit 2021-10-24 05:19:39 +02:00
next.config.js chore: initial commit 2021-10-24 05:19:39 +02:00
package-lock.json chore: initial commit 2021-10-24 05:19:39 +02:00
package.json chore: initial commit 2021-10-24 05:19:39 +02:00
README.md chore: initial commit 2021-10-24 05:19:39 +02:00
tsconfig.json chore: initial commit 2021-10-24 05:19:39 +02:00

Thream/website

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

TypeScript Standard Style Licence MIT Conventional Commits Contributor Covenant

📜 About

Thream's website to stay close with your friends and communities. It relies on Thream/api.

This project was bootstrapped with create-fullstack-app.

⚙️ Getting Started

Prerequisites

Installation

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

# Go to the project root
cd website

# Configure environment variables
cp .env.example .env

# Install
npm 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

  • website : http://localhost:3000

💡 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