GitHub -> Gitea

This commit is contained in:
2022-08-11 15:30:23 +03:00
parent 4b89a27336
commit 0dc4c5728f
9 changed files with 34 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ Live at [projectsegfau.lt](https://projectsegfau.lt).
### Running a dev server.
1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`.
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`.