mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
.. | ||
content | ||
static | ||
.gitignore | ||
build.roc | ||
main.roc | ||
README.md |
Getting Started
Prerequisites
Building the website from scratch
git clone https://github.com/roc-lang/roc.git
cd roc
nix develop
./www/build.sh
# make the roc command available
export PATH="$(pwd)/target/release/:$PATH"
cd www/wip_new_website
roc build.roc
Open http://0.0.0.0:8080/wip in your browser.
After you've made a change
In the terminal where roc build.roc
is running:
- kill the server with Ctrl+C
- run
roc build.roc
- refresh the page in your browser