-
Notifications
You must be signed in to change notification settings - Fork 14
How to make a new space
Sidney San Martín edited this page Oct 20, 2020
·
1 revision
To make a repo with a new space, change into a new, empty directory and paste the following into a shell:
git init && git submodule add https://github.com/s4y/space && curl -O https://gist.githubusercontent.com/s4y/1279e310d571bcc203c2b91fb4428e88/raw/ec6f245418784dedf9eb2a2df282fd1c8b6275b2/Makefile && cp -a space/static-default static && ln -sf ../space/static/space static/space
Then run make to run the space ✨. Things should reload automagically if you edit static/party/index.html or similar.