An open API service indexing awesome lists of open source software.

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

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