A list of Open Source projects offering jobs. For those who want to work on open source and get paid.
How to update the website
# Start server
npm run sb
# deploy
up deploy production
- update
organizations.json
/jobs.json
inbackend
folder - update readme
- preview website:
npm run sb
- deploy:
up deploy production
Tech stack of oo.t9t.io
- Server: AWS lambda
- Database: AWS dynamodb
- Server Side Rendering for SEO: next.js
- Frontend Components: React.js
- Deployment: apex up
- frontend components:
/pages
- server:
/backend/index.js
- dynamodb operation:
/backend/db/
GPLv3