parent
7b84c799b4
commit
6aecc455dd
|
@ -13,7 +13,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling.
|
||||||
To download the repository and install dependencies, run the following commands:
|
To download the repository and install dependencies, run the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git://github.com/xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
|
git clone git@github.com:xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
|
||||||
cd zeldon-site
|
cd zeldon-site
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
@ -40,4 +40,4 @@ This generates a static export of the website as `zeldon-site/dist/`. Copy this
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
* Background animation: [WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) by [@PavelDoGreat](https://github.com/PavelDoGreat).
|
* Background animation: [WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) by [@PavelDoGreat](https://github.com/PavelDoGreat).
|
||||||
* Special thanks to [@xm1ller](https://github.com/xm1ller) for tirelessly answering all of my css questions.
|
* Special thanks to [@xm1ller](https://github.com/xm1ller) for tirelessly answering all of my css questions.
|
||||||
|
|
Loading…
Reference in New Issue