This is the website hosted at pagekey.io.
It uses the AstroWind Template for the Astro SSG.
- Clone the repo:
git clone git@github.com:pagekey/website.git pagekey-website
cd pagekey-website
- Install dependencies:
npm install
- Run a build to compute search results.
npm run build
- Run the development server.
npm run dev