Closed rads closed 1 year ago
bbin install io.github.rads/rain rain new rads/example
[rain/shell] neil new --name rads/example --template io.github.rads/rain.templates.ssg --git/url https://github.com/rads/rain Creating project from io.github.rads/rain.templates.ssg in example [rain/shell] git init Initialized empty Git repository in /Users/rads/src/rain/example/.git/ [rain/shell] git add . [rain/shell] git commit -m 'First commit' [main (root-commit) 297dd4b] First commit 10 files changed, 468 insertions(+) create mode 100644 .github/workflows/full-build.yml create mode 100644 .gitignore create mode 100644 bb.edn create mode 100644 deps.edn create mode 100644 resources/live.js create mode 100644 resources/tailwind.config.js create mode 100644 resources/tailwind.css create mode 100644 src/rads/example.clj create mode 100644 src/rads/example/app.clj create mode 100644 src/rads/example/ui.clj [rain/info] New project created: [rain/info] [rain/info] Template: io.github.rads/rain.templates.ssg [rain/info] Directory: /Users/rads/src/rain/example [rain/info] Namespace: rads.example [rain/info] [rain/info] Now you can go to your project and start the dev server: [rain/info] [rain/info] cd example && bb dev
Fixed in https://github.com/rads/rain/commit/c67366d57025763f0f08838e996a75d1dac78582.