A place for co-ops to find and share digital tools with each other. Built with Sapper.
However you get the code, you can install dependencies and run the project in development mode with:
cd coop-tool-library
npm install
npm run dev
or use DockerCompose
docker-compose up
The Tool Library will be served from localhost:3000.
For information on project architecture, consult the Sapper docs.