https://github.com/osscameroon/devsurvey
Application to collect and list informations about developers favourite tools
https://github.com/osscameroon/devsurvey
cameroon developers issue-forms
Last synced: about 1 month ago
JSON representation
Application to collect and list informations about developers favourite tools
- Host: GitHub
- URL: https://github.com/osscameroon/devsurvey
- Owner: osscameroon
- License: gpl-3.0
- Created: 2022-04-04T19:59:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T09:56:16.000Z (over 1 year ago)
- Last Synced: 2025-10-27T00:33:06.065Z (7 months ago)
- Topics: cameroon, developers, issue-forms
- Language: TypeScript
- Homepage: https://devsurvey.osscameroon.com/
- Size: 528 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devsurvey
Application to collect and list informations about developers favourite tools
## Dependency
You might need to install `yarn` and a `node` version >= 15
## How to run locally ?
1. Run `yarn install`
2. Run `yarn dev`
3. Open `http://localhost:3000` on your web browser
## How to run with docker
1. Run `docker build . -t devsurvey`
2. Run `docker run -it -p 3000:3000 devsurvey`
3. Open `http://localhost:3000` on your web browser