Skip to content

ndpgroup/fp-tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp-tasks

Running

This is intended to be run from a Docker image. -v $(pwd):/app facilitates local development, --env-file propagates environment variables into the container.

docker run --rm \
  -p 8080:8080 \
  -v $(pwd):/app \
  --env-file .env \
  fieldpapers/tasks

About

Field Papers offline task server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.0%
  • Makefile 1.0%