mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-10 10:02:01 +05:30
826 B
826 B
This repo is a mirror of our repo on Gitea, only open issues and pull requests there.
Project Segfault website
Live at projectsegfau.lt.
Developing
Prerequisites
Running a dev server.
- 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!