A website, API, dev-tool show-off, and command-line tool!
./cli.js list -s email
./cli.js add test1.txt
./cli.js add test2.txt
./cli.js list --sort last_name
yarn run tests
First, run the development server:
yarn
yarn dev
If you don't like HTTPS for local development, you can also use:
yarn http
If you want use the containerized stack (requires Kubernetes and Skaffold - works great with Docker Desktop or Rancher Desktop!), you can use:
./scripts/k8s.sh