Skip to content

ideo/hudson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDEO HUDSON

Hudson is a tool that helps IDEO collect user insights. Both front-end and back-end are written in JavaScript. The front-end is a Progressive Web App uses Next.js which is a universal React framework and the backend leverages Node.js based headless CMS Strapi

Developing Frontend

cd ./frontend
yarn # or `npm install`
yarn dev 

This will open the project on localhost:3000 and enable Hot Module Replacement.

Developing Backend

Install strapi globally: yarn global add strapi@alpha or npm install strapi@alpha -g

cd ./backend
strapi start

This will start the backend app on localhost:1337 and watch all source files for changes. Admin is by default located at localhost:1337/admin Backend uses Postgres as database.

About

An IDEO project for gathering participant insights on site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages