Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle.xyz
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
263
Issues
1
Patches
77
Jobs
Commits
›
503de601c4e2784d6d298b5c3c8e143155aed63a
make: Separate target to build
Lorenz Leutgeb
committed
21 days ago
commit 503de601c4e2784d6d298b5c3c8e143155aed63a
parent
c8d50573db9733cefbdb111d563e512fb5275e10
1 file changed
+3
-1
modified
Makefile
@@ -1,4 +1,6 @@
-
default:
+
default: build
+
+
build:
bundle exec jekyll build $(CONFIG)
serve: