try it out at https://storypoint.me
- Go (https://golang.org/)
- Clone the repo into the correct GOPATH
- Build the server
make build_all
- Run the server
docker run -d -p 8080:8080 maleck13/storypoint-api:1.0.0
- Go into the web folder.
cd web/
- Install angular-cli
npm install g @angular/cli@latest
- Build using
ng build
- Serve using
ng serve