My personal website. An MIT licensed, easy modifiable.
Go to file
Trard c7dabb9f25 removed z and v 2022-04-22 22:02:06 +03:00
public removed z and v 2022-04-22 22:01:12 +03:00
src style: new formatting 2022-01-15 05:18:00 +03:00
.gitignore initial commit 2021-07-29 23:47:30 +03:00
LICENSE removed z and v 2022-04-22 22:01:12 +03:00
README.md removed z and v 2022-04-22 22:01:12 +03:00
index.html removed z and v 2022-04-22 22:02:06 +03:00
package.json removed z and v 2022-04-22 22:01:12 +03:00
yarn.lock initial commit 2021-07-29 23:47:30 +03:00

README.md

Personal Website

See: eldon.ru.

My personal website. An MIT licensed, easy modifiable.

Dependencies

Only ite for development and bundling.

Set up

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

git clone git@github.com: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