2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 13:20:11 +02:00
Thream's website to stay close with your friends and communities. https://thream.divlo.fr/
Go to file
2022-01-07 21:21:38 +01:00
.devcontainer chore: cleanup 2021-12-28 16:06:58 +01:00
.github feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.husky feat: coming soon 2021-10-24 05:48:06 +02:00
.storybook chore: cleanup 2021-12-28 16:06:58 +01:00
.vscode feat: coming soon 2021-10-24 05:48:06 +02:00
components feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
contexts feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
cypress feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
generators feat: coming soon 2021-10-24 05:48:06 +02:00
hooks feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
locales feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
models feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
pages feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
public feat: create a guild (#1) 2021-10-26 16:38:55 +02:00
styles feat: coming soon 2021-10-24 05:48:06 +02:00
tools feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
.commitlintrc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.dockerignore chore: cleanup 2021-12-28 16:06:58 +01:00
.editorconfig chore: initial commit 2021-10-24 05:19:39 +02:00
.env.example feat: design applications and first api calls 2021-10-24 06:09:43 +02:00
.eslintignore feat: coming soon 2021-10-24 05:48:06 +02:00
.eslintrc.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.gitignore feat: coming soon 2021-10-24 05:48:06 +02:00
.html-w3c-validatorrc.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.lighthouserc.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.lintstagedrc.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.markdownlint.json feat: coming soon 2021-10-24 05:48:06 +02:00
.npmrc chore: cleanup 2021-12-28 16:06:58 +01:00
.prettierignore feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
.prettierrc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.releaserc.json feat: design applications and first api calls 2021-10-24 06:09:43 +02:00
CODE_OF_CONDUCT.md chore: initial commit 2021-10-24 05:19:39 +02:00
CONTRIBUTING.md feat: coming soon 2021-10-24 05:48:06 +02:00
cypress.json feat: design applications and first api calls 2021-10-24 06:09:43 +02:00
docker-compose.yml feat: coming soon 2021-10-24 05:48:06 +02:00
Dockerfile feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
i18n.json feat(pages): add /application/[guildId]/[channelId] (#4) 2022-01-01 20:42:25 +01:00
jest.config.js chore: cleanup 2021-12-28 16:06:58 +01:00
LICENSE chore: initial commit 2021-10-24 05:19:39 +02:00
next-env.d.ts chore: cleanup 2021-12-28 16:06:58 +01:00
next.config.js feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
package-lock.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
package.json feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00
plopfile.js feat: coming soon 2021-10-24 05:48:06 +02:00
postcss.config.js feat: coming soon 2021-10-24 05:48:06 +02:00
README.md feat: design applications and first api calls 2021-10-24 06:09:43 +02:00
tailwind.config.js chore: cleanup 2021-12-28 16:06:58 +01:00
tsconfig.json chore: cleanup 2021-12-28 16:06:58 +01:00
vercel.json feat: coming soon 2021-10-24 05:48:06 +02:00

Thream/website

Licence MIT Contributor Covenant

Conventional Commits semantic-release Dependabot badge

📜 About

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

This project was bootstrapped with create-fullstack-app.

Using Thream/api v1.0.0.

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