My personal website. An MIT licensed, easy modifiable.
Go to file
Timofey Gelazoniya 618fc16ed8
add docker
2023-06-13 21:26:11 +03:00
nginx add docker 2023-06-13 21:26:11 +03:00
public add co-author to fluid.js MIT License 2022-06-24 17:09:45 +03:00
src style: new formatting 2022-01-15 05:18:00 +03:00
.dockerignore add docker 2023-06-13 21:26:11 +03:00
.gitignore initial commit 2021-07-29 23:47:30 +03:00
Dockerfile add docker 2023-06-13 21:26:11 +03:00
LICENSE initial commit 2021-07-29 23:47:30 +03:00
README.md update readme 2022-08-23 15:59:21 +03:00
docker-compose.yml add docker 2023-06-13 21:26:11 +03:00
index.html Bring back spotify button and insta link 2023-01-05 14:40:11 +03:00
package-lock.json update deps 2023-06-13 21:18:31 +03:00
package.json update deps 2023-06-13 21:18:31 +03:00

README.md

Personal Website

See: zeldon.ru.

My personal website. An MIT licensed, easy modifiable.

Mirror on my Git

Dependencies

Only Vite for development and bundling.

Set up

To download the repository and install dependencies, run the following commands:

git clone https://git.zeldon.ru/zeldon/zeldon-site.git
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