mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
20 lines
691 B
Markdown
20 lines
691 B
Markdown
# Project Segfault website
|
|
|
|
Live at [projectsegfau.lt](https://projectsegfau.lt).
|
|
|
|
## Developing
|
|
|
|
### Prerequisites
|
|
|
|
- Install [node.js](https://nodejs.org).
|
|
- Install [pnpm](https://pnpm.io/) (optional, although strongly recommended).
|
|
- Learn [Svelte](https://svelte.dev).
|
|
|
|
### Running a dev server.
|
|
|
|
1. Clone the repository using `git clone https://git.projectsegfau.lt/ProjectSegfault/website`.
|
|
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`.
|
|
5. Open a browser on `http://localhost:5173/` and you should see the website running locally!
|