Skip to content

PortalSpeedruns/portalDocs

Repository files navigation

Portal 1 Speedrun Docs

See the docs live at portalspeedruns.com

Development

To install and work on the project locally:

git clone https://github.com/Vuurvos1/portalDocs.git
cd portalDocs
npm install # or pnpm install

Start the project using:

npm run start # or pnpm start

or to start the project in development mode use:

npm run dev # or pnpm dev

License

MIT