update readme

This commit is contained in:
Timofey Gelazoniya 2022-08-23 15:45:07 +03:00
parent 1c93c61309
commit e14b793fbc
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,9 @@
See: [zeldon.ru](https://zeldon.ru).
My personal website. An [MIT](https://gitlab.zeldon.ru/zeldon-ru/zeldon-site/-/blob/main/LICENSE) licensed, easy modifiable.
My personal website. An [MIT](https://git.zeldon.ru/zeldon/zeldon-site/src/branch/main/LICENSE) licensed, easy modifiable.
Mirror on my [<img src="https://git.zeldon.ru/assets/img/logo.svg" align="center" width="20" height="20"/> Git](https://git.zeldon.ru/zeldon/zeldon-site)
## Dependencies
@ -13,7 +15,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling.
To download the repository and install dependencies, run the following commands:
```bash
git clone https://gitlab.zeldon.ru/zeldon-ru/zeldon-site.git
git clone https://git.zeldon.ru/zeldon/zeldon-site.git
cd zeldon-site
npm install
```
@ -31,6 +33,7 @@ Your web browser should automatically open to `<ip>:<port>:<path>` default: [htt
## Static export
To statically export the site, run this command:
```bash
npm run build
```