3cn-ecn / nantralPlatform

Nantral Platform is a website project for clubs, events and more in Centrale Nantes
https://nantral-platform.fr
MIT License
20 stars 1 forks source link

Feat/support-codespaces #1193

Closed hydrielax closed 2 months ago

hydrielax commented 2 months ago

Description

Add support to develop on NP in a github codespace.

How it works

  1. Create a new codespace (with the "Code" button from Github)
  2. Everything is installed automatically
  3. Run make install
  4. Start the front end : cd frontend && npm run start
  5. Start the back end : cd backend && pipenv run start
  6. Make forwarded ports public: gh codespace ports visibility 5173:public 8000:public --codespace $CODESPACE_NAME
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'Nantral Platform Backend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
16.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'Nantral Platform Frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud