Thream's website to stay close with your friends and communities.
https://thream.divlo.fr/
.devcontainer | ||
.github | ||
.husky | ||
.vscode | ||
components | ||
contexts | ||
cypress | ||
generators | ||
hooks | ||
locales | ||
models | ||
pages | ||
public/images | ||
styles | ||
tools | ||
.commitlintrc.json | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.html-w3c-validatorrc.json | ||
.lintstagedrc.json | ||
.markdownlint-cli2.jsonc | ||
.npmrc | ||
.prettierrc.json | ||
.releaserc.json | ||
CODE_OF_CONDUCT.md | ||
compose.yaml | ||
CONTRIBUTING.md | ||
cypress.config.ts | ||
Dockerfile | ||
i18n.json | ||
LICENSE | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
plopfile.js | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json |
Thream/website
⚠️ This project is not maintained anymore, you can still use the code as you wish and fork it to maintain it yourself.
📜 About
Thream's website to stay close with your friends and communities.
It uses Thream/api v1.2.10.
⚙️ 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
website
: http://127.0.0.1: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.