mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Initial website
This commit is contained in:
11
website/build.sh
Executable file
11
website/build.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
yarn install
|
||||
elm make --output site/static/js/bundle.js --optimize elm/Main.elm
|
||||
cd site
|
||||
zola build
|
||||
cd ..
|
||||
|
||||
echo "Site is in site/public."
|
Reference in New Issue
Block a user