add build instruction

This commit is contained in:
Alexander Popov 2023-07-09 12:05:48 +03:00
parent c4dcecef90
commit ebaf48438c
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
2 changed files with 18 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
Build
-----
1. Download [Bootstrap](https://getbootstrap.com/) v5.3.0
```sh
./scripts/prepare-bootstrap.sh
```
2. Build project
```sh
v .
```

4
scripts/prepare-bootstrap.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
wget https://github.com/twbs/bootstrap/raw/main/dist/css/bootstrap.min.css \
-O ./assets/bootstrap.min.css