Skip to content

pagekey/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageKey Website

This is the website hosted at pagekey.io.

It uses the AstroWind Template for the Astro SSG.

Running Locally

  1. Clone the repo:
git clone git@github.com:pagekey/website.git pagekey-website
cd pagekey-website
  1. Install dependencies:
npm install
  1. Run a build to compute search results.
npm run build
  1. Run the development server.
npm run dev