🔗 elanora.lol - My Personal Website
This site is something between a fun project and a professional necessity
I plan on using it to push forward my hobbies and to advertise my developer expertise or something
Currently (2024-10-14)*, hosted on GH pages, this site is an SSR ready Vite powered Typescripted React Router V7 routed MarkdownX'd smorgasbord of front end experience. I'm also rather proud of all the eslint, prettier, stylelint rules that are set up and checked at commit time. For once my personal site looks kind of like I know what I'm doing??
- Run
nix develop
to enterdevShells#default
fromflake.nix
- Enjoy everything NPM handled for you 😎❄️
- Run
npm run dev
for a development server with HMR
- Install dependencies as listed in
flake.nix
(just Nodejs v23 for now, but if I forget to update the README check that) - Run
npm ci
to install node dependencies followingpackage-lock.json
- Run
npm run dev
for a development server with HMR
- Run
nix build
to buildpackages#frontend
as the default package fromflake.nix
- The site will be available under
./result/build
😎❄️
- The site will be available under
- Install dependencies as listed in
flake.nix
(just Nodejs v23 for now, but if I forget to update the README check that) - Run
npm ci
to install node dependencies followingpackage-lock.json
- Run
npm run build
- The site will be available under
./build
- The site will be available under