Note
While this repository remains open source, the current version of my website is now closed source. The purpose of open-sourcing was to inspire original creations, but it became apparent that many were using it more as a template, making it difficult to maintain the uniqueness of my portfolio. This repository contains the last open-source version of the site, and you can see a demo here: https://lukeliasi-developer-portfolio.netlify.app/
Source code for my personal website lukeliasi.com.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Project licensed under the MIT License (see the LICENSE.md file for details).
This project is open source for educational purposes. Feel free to take inspiration, but it should not be used as a template to copy. You may use parts of the codebase for your own website, however do not use the code in its entirety.
Please consider giving this repository a star if you found it helpful or like my content. Enjoy reading!