You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
public | 7 months ago | |
src | 4 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 1 month ago | |
index.html | 1 day ago | |
package.json | 10 months ago | |
yarn.lock | 10 months ago |
README.md
Personal Website
See: zeldon.ru.
My personal website. An MIT licensed, easy modifiable.
Dependencies
Only Vite for development and bundling.
Set up
To download the repository and install dependencies, run the following commands:
git clone [email protected]:xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
cd zeldon-site
npm install
Running
Run the following command to build the application and serve it with fast refresh:
npm run dev
Your web browser should automatically open to <ip>:<port>:<path>
default: http://localhost:3000/.
Static export
To statically export the site, run this command:
npm run build
This generates a static export of the website as zeldon-site/dist/
. Copy this and self-host or deploy to a CDN.
Acknowledgements
- Background animation: WebGL-Fluid-Simulation by @PavelDoGreat.
- Special thanks to @xm1ller for tirelessly answering all of my css questions.