Skip to content

platform-coop-toolkit/coop-tool-library

Cooperative Tool Library

Deployed with Vercel License GitHub Release

A place for co-ops to find and share digital tools with each other. Built with Sapper.

Getting started

Running the project

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.

Docs

For information on project architecture, consult the Sapper docs.