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
2023-07-02 19:34:20 +02:00
.devcontainer fix: update dependencies to latest 2023-05-13 20:28:24 +02:00
.github fix: update dependencies to latest 2023-07-02 19:34:20 +02:00
.husky feat: coming soon 2021-10-24 05:48:06 +02:00
.vscode fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
components fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
contexts fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
cypress feat(messages): add animations (#31) 2022-08-31 21:44:33 +02:00
generators feat(messages): add animations (#31) 2022-08-31 21:44:33 +02:00
hooks fix: update dependencies to latest 2023-01-11 17:39:09 +01:00
locales feat: edit/delete a Message (#30) 2022-08-29 21:24:38 +02:00
models fix: update dependencies to latest 2023-01-11 17:39:09 +01:00
pages fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
public fix: remove the error/success icons in <FormState /> 2022-08-29 20:04:24 +02:00
styles chore: remove usage of styled-jsx 2022-12-13 22:31:32 +01:00
tools fix: update API to v1.2.6 2023-05-13 20:51:19 +02:00
.commitlintrc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.dockerignore fix: update dependencies to latest 2023-01-11 17:39:09 +01:00
.editorconfig chore: initial commit 2021-10-24 05:19:39 +02:00
.env.example build(deps): bump Next.js to v13 2022-12-13 11:38:07 +01:00
.eslintrc.json chore: remove jest -> cypress for unit tests 2022-08-23 21:51:20 +02:00
.gitattributes feat: interact with user settings/profile (#9) 2022-02-19 23:20:33 +01:00
.gitignore build(deps): update latest 2022-09-21 10:09:36 +02:00
.html-w3c-validatorrc.json build(deps): bump Next.js to v13 2022-12-13 11:38:07 +01:00
.lintstagedrc.json chore: remove jest -> cypress for unit tests 2022-08-23 21:51:20 +02:00
.markdownlint-cli2.jsonc fix: update dependencies to latest 2023-05-13 20:28:24 +02:00
.npmrc build(deps): update latest 2022-05-12 20:35:46 +02:00
.prettierrc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.releaserc.json chore: configure correctly semantic-release 2022-04-08 21:44:02 +02:00
CODE_OF_CONDUCT.md fix: update dependencies to latest 2023-05-13 20:28:24 +02:00
CONTRIBUTING.md fix: update dependencies to latest 2023-05-13 20:28:24 +02:00
cypress.config.ts fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
docker-compose.yml fix: update dependencies to latest 2023-05-13 20:28:24 +02:00
Dockerfile fix: update dependencies to latest 2023-07-02 19:34:20 +02:00
i18n.json fix: improve overall rendering v3 (#25) 2022-04-07 16:54:05 +02:00
LICENSE chore: initial commit 2021-10-24 05:19:39 +02:00
next.config.js fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
package-lock.json fix: update dependencies to latest 2023-07-02 19:34:20 +02:00
package.json fix: update dependencies to latest 2023-07-02 19:34:20 +02:00
plopfile.js feat: interact with user settings/profile (#9) 2022-02-19 23:20:33 +01:00
postcss.config.js feat: coming soon 2021-10-24 05:48:06 +02:00
README.md fix: update API to v1.2.6 2023-05-13 20:51:19 +02:00
tailwind.config.js chore: remove usage of styled-jsx 2022-12-13 22:31:32 +01:00
tsconfig.json fix: update dependencies to latest 2023-04-03 00:11:19 +02:00
vercel.json build(deps): bump Next.js to v13 2022-12-13 11:38:07 +01:00

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.6.

⚙️ 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

💡 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