2021-10-16 01:53:56 +02:00
2023-11-30 15:51:44 +01:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2022-01-14 01:05:57 +01:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00
2021-10-16 01:53:56 +02:00

Paris est Ludique!'s Intranet

This project host the source code for Force Orange, the intranet used by the volunteers of the french assocication Paris est Ludique! It is built from the boilerplate React Cool Starter, on top of React, Redux, React Router, Express, Yarn, webpack and Babel.

Illustration of the website

Contributing

Onboarding

This project is open to contribution, but you will likely need to be in touch with us in order to collaborate efficiently. Contact Paris Est Ludique via our official Website then join the Discord. You will need to get:

Requirements

Setup

Using a terminal:

# Clone this repository on your computer
git clone https://github.com/forceoranj/intranet.git
cd intranet

# Install dependencies using YARN
npm install --legacy-peer-deps
brew install corepack # If not included in your npm
corepack enable
yarn

# Include the database
mv ~/Downloads/database-sample.json ./access/dbToLoad.json

# Start your local server
yarn dev  # Build, hosts, and hot reload saved modifications

Now the app should be serving at http://localhost:3000.

Contribution rules

We stick to the GitHub Flow workflow

  • Commiting to the main branch is forbidden. Make use of topic branches to change code.
  • PR names should follow the Conventional Commit (fix(#x), feat(#y), refactor(#z), …)
  • PR should relate to an issue on our Issue Tracker, either our Trello board or this project one.
  • You can fork the repository on your space and PR from there, but this is not mandatory.

Contributors

Thanks goes to these people (emoji key):


pikiou

💻 📖 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

Description
Intranet for the association Paris est Ludique
Readme MIT 8.6 MiB
Languages
TypeScript 91.1%
SCSS 8.5%
JavaScript 0.3%
Dockerfile 0.1%