mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 01:22:25 +05:30
because i fucking hate myself.
63d688127b
implement navbar menu (closes #35) |
||
---|---|---|
.github | ||
.vscode | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
shell.nix | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.js |
Project Segfault Website
Live at projectsegfau.lt.
Developing
Prerequisites
Universal
- Clone the repository using
git clone https://github.com/ProjectSegfault/website
. - Change directory into the clone using
cd ./website
. - Install dependencies using
pnpm i
(recommended) ornpm i
. - Run the dev server using
pnpm dev
(recommended) ornpm run dev
. - Open a browser on
http://localhost:5173/
and you should see the website running locally!
NixOS
- Clone the repository using
git clone https://github.com/ProjectSegfault/website
. - Change directory into the clone using
cd ./website
. - In the same terminal type
nix-shell
. - Open a browser on
http://localhost:5173/
and you should see the website running locally!