Reed Nelson's personal website - reednel.com.
Interested in this repo? Astrogon is the more developer-friendly and fully-featured template of this site.
- Fork this repository to your own GitHub account, then clone it to your local machine
- Use Node 22:
nvm install 22
ornvm use 22
- From the project directory, install Node dependencies:
npm install
- From the project directory, build:
npm run dev
- Alternately*:
npx astro build
,npx wrangler dev
- Alternately*:
- See your changes live at
http://localhost:4321
*This is relevant if you intend to deploy your site to Cloudflare. Starting with Astro 5.8, Node 18 is unsupported, but the old Cloudflare Pages uses 18 by default. Wrangler appears to be necessary to use the new Cloudflare Workers. Read about Astro deployment here.
Pages is licensed under the MIT License. Again, unless your name is Reed Nelson, get out of here and fork Astrogon instead.