tultemplate2 web
A presentation and info website for tultemplate2 (https://git.zumepro.cz/tul/tultemplate2).
Running yourself
You don't even need to clone the repo. Just run:
nix run "git+https://git.zumepro.cz/tul/tultemplate-web?lfs=1"
This will run the development server on localhost:8080 and open it using xdg-open (most likely your browser will open).
Or if you prefer cloning:
nix run
Production builds
If you wish to build the project (including the generator and all assets), just run:
nix build .#full
This will build the output and symlink it to result.
Development builds
Single build
Have Nix installed and run.
nix build
This will build an output and symlink it as result.
Incremental builds
nix develop
and
make
Description
Languages
Nix
37.3%
SCSS
28.2%
HTML
19.2%
TypeScript
9%
Makefile
6.3%