Skip to content

noahcroghan/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

To setup the dev environment, install dependencies:

You should also be able to use npm instead of bun it will just be slower.

Building

To build the website, run the following:

bun run build

This will go through the process of building the website with Vite.

Deploying

This website is deployed by Cloudflare Pages.

Set framework to none and use the build instructions from up top.