2022-08-11 12:59:47 +01:00
# This repo is now a mirror of [our repo on Gitea](https://git.projectsegfau.lt/ProjectSegfault/website), open pull requests and issues at the Gitea repo.
2022-08-10 01:36:44 +01:00
2022-08-04 17:30:24 +03:00
# Project Segfault website
2022-07-23 14:20:05 +03:00
2022-07-23 12:45:56 +03:00
Live at [projectsegfau.lt ](https://projectsegfau.lt ).
2022-02-28 19:12:33 +01:00
## Developing
2022-07-23 12:45:56 +03:00
### Prerequisites
2022-02-28 19:12:33 +01:00
2022-07-23 12:45:56 +03:00
- Install [node.js ](https://nodejs.org ).
- Install [pnpm ](https://pnpm.io/ ) (optional, although strongly recommended).
- Learn [Svelte ](https://svelte.dev ).
2022-08-04 17:30:24 +03:00
### Running a dev server.
2022-07-23 14:20:05 +03:00
2022-08-11 15:30:23 +03:00
1. Clone the repository using `git clone https://git.projectsegfau.lt/ProjectSegfault/website` .
2022-07-23 12:45:56 +03:00
2. Change directory into the clone using `cd ./website` .
3. Install dependencies using `pnpm i` (recommended) or `npm i` .
4. Run the dev server using `pnpm dev` (recommended) or `npm run dev` .
2022-08-05 17:01:15 +03:00
5. Open a browser on `http://localhost:5173/` and you should see the website running locally!