Patrick's personal website running on Astrojs and deployed with Netlify.
Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually yes, with attribution.
I value keeping this site open socure,, but we all know plagiarism is bad.
It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent hours of my oown time building and designing my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.
Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, I recommend referring to the Astrojs Docs.
This project is open source and available under the MIT License.
Yes, you can fork this repo. Please give me proper credit linking back to this repo or my account. Thanks!
-
Install the Astrojs VSCode extension
https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode
-
Install dependencies using the correct version of Node (>=16.12) using NPM
npm install
-
Start the development server
npm start dev
-
Generate a full static production build
npm run build
-
Deploy the site using any of the deployment services Astrojs recommends.
https://docs.astro.build/en/guides/deploy/