add build instruction
This commit is contained in:
parent
c4dcecef90
commit
ebaf48438c
14
README.md
Normal file
14
README.md
Normal 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
4
scripts/prepare-bootstrap.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user