1
0
2022-06-14 09:45:22 +02:00
2022-04-25 10:33:38 +02:00
2022-04-26 20:31:31 +02:00
2022-04-26 20:31:31 +02:00
2022-06-14 09:45:22 +02:00
2022-04-29 13:37:31 +02:00
2022-04-21 15:04:37 +02:00

Silver Bullet

Mono repo using npm workspaces.

To install, after clone:

# The path for pages, hardcoded for `npm run server`
mkdir -p pages
# Install dependencies
npm install
# Run initial build (web app, server, etc.)
npm run build
# Again, to install the CLIs just built
npm install
# Build plugs (ctrl-c after done, it's watching)
npm run plugs
# Symlink in the default set of plugs into your space
cd pages
ln -s ../packages/plugs/dist _plug
cd ..
# Launch server
npm run server

Open at http://localhost:3000

General development workflow:

# Run these in separate terminals
npm run watch
npm run server
npm run plugs
S
Description
Workshop for the mind
Readme 21 MiB
Languages
TypeScript 94.4%
SCSS 3.8%
HTML 0.8%
Shell 0.5%
Dockerfile 0.2%
Other 0.2%