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:48:06 +02:00
.devcontainer feat: coming soon 2021-10-24 05:48:06 +02:00
.github feat: coming soon 2021-10-24 05:48:06 +02:00
.husky feat: coming soon 2021-10-24 05:48:06 +02:00
.storybook feat: coming soon 2021-10-24 05:48:06 +02:00
.vscode feat: coming soon 2021-10-24 05:48:06 +02:00
components feat: coming soon 2021-10-24 05:48:06 +02:00
cypress feat: coming soon 2021-10-24 05:48:06 +02:00
generators feat: coming soon 2021-10-24 05:48:06 +02:00
locales feat: coming soon 2021-10-24 05:48:06 +02:00
pages feat: coming soon 2021-10-24 05:48:06 +02:00
public feat: coming soon 2021-10-24 05:48:06 +02:00
styles feat: coming soon 2021-10-24 05:48:06 +02:00
.babelrc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.commitlintrc.json chore: initial commit 2021-10-24 05:19:39 +02:00
.dockerignore feat: coming soon 2021-10-24 05:48:06 +02:00
.editorconfig chore: initial commit 2021-10-24 05:19:39 +02:00
.env.example feat: coming soon 2021-10-24 05:48:06 +02:00
.eslintignore feat: coming soon 2021-10-24 05:48:06 +02:00
.eslintrc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.gitignore feat: coming soon 2021-10-24 05:48:06 +02:00
.lighthouserc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.lintstagedrc.json feat: coming soon 2021-10-24 05:48:06 +02:00
.markdownlint.json feat: coming soon 2021-10-24 05:48:06 +02:00
.npmrc feat: coming soon 2021-10-24 05:48:06 +02:00
.prettierignore feat: coming soon 2021-10-24 05:48:06 +02:00
.prettierrc.json feat: coming soon 2021-10-24 05:48:06 +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: coming soon 2021-10-24 05:48:06 +02:00
docker-compose.yml feat: coming soon 2021-10-24 05:48:06 +02:00
Dockerfile feat: coming soon 2021-10-24 05:48:06 +02:00
i18n.json feat: coming soon 2021-10-24 05:48:06 +02:00
jest.config.json feat: coming soon 2021-10-24 05:48:06 +02:00
LICENSE chore: initial commit 2021-10-24 05:19:39 +02:00
next-env.d.ts feat: coming soon 2021-10-24 05:48:06 +02:00
next.config.js feat: coming soon 2021-10-24 05:48:06 +02:00
package-lock.json feat: coming soon 2021-10-24 05:48:06 +02:00
package.json feat: coming soon 2021-10-24 05:48:06 +02: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: coming soon 2021-10-24 05:48:06 +02:00
tailwind.config.js feat: coming soon 2021-10-24 05:48:06 +02:00
tsconfig.json feat: coming soon 2021-10-24 05:48:06 +02:00
vercel.json feat: coming soon 2021-10-24 05:48:06 +02:00

Thream/website

Licence MIT Contributor Covenant

Conventional Commits Dependabot badge

📜 About

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

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