Skip to content

solidjobs/webapp

Repository files navigation

SolidJobs logo

SolidJobs - Open Source Panel

(docker) Setting up development environment 🛠

The easiest way to work in this project (docker and docker-compose required):

make up

(no docker) Setting up development environment 🛠

git clone https://github.com/solidjobs/webapp .
npm install
ng serve

Getting the user session token 🔐

  • Open https://app.solidjobs.org/ in the browser
  • Log in with your Google account
  • Once inside, open the Developer Tools (F12)
  • Go to the Application tab → StorageLocal Storage
  • Select https://app.solidjobs.org/
  • Copy the session's key value

Using the token in the development environment 🧪

  • Now go to http://localhost:4200/ (please note that this cannot be done from another port)
  • Open the Developer Tools (F12)
  • Go to the Application tab → StorageLocal Storage
  • Select http://localhost:4200/
  • Paste the code into the session's key value field
  • Your Open Source Panel should now be linked to app.solidjobs.org

Build to production (usually no-admin developers won't need this)

  1. ./build_prod
  2. Enjoy.

Developers ✨

Hans profile's picture, short black hair
Hans Castro

Aida profile's picture, she has black and blue long hair
Aida Puigdellivol

Melanie profile's picture, medium long black hair.
Melanie Caballero

Contributors ✨

Chema profile's picture, short black hair.
José Mª Verdú

Accessibility ♿

@todo hans

License

SolidJobs Open Source Panel is MIT licensed.