Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
/ riveter Public archive

Riveter - An interactive web application for debugging RPL patterns

License

Notifications You must be signed in to change notification settings

Subzidion/riveter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riveter Build Status

Riveter is an interactive browser based experience for the Rosie Pattern Language.

Riveter is no longer deployed as of June 4th, 2017.

Development

Riveter is still in active development. To run, clone the repository and run the docker commands below

docker build -t "rpl-riveter" .

docker run --name riveter --rm -d -p 5000:5000 -v $GOPATH/src/riveter:/go/src/riveter rpl-riveter

Edit your files and run npm run build locally to update on the server. Debugging the golang backend in the Docker image is a work in progress.