Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.01 KB
Bas Milius Logo

Personal Website

Source code of my personal website bas.dev.

‼️ Please note

This website requires a Font Awesome Pro license. You can get one here.

🎲 Get started

To run the local development server, follow the following steps in order and make sure npm environment variables for font awesome are predefined and that the pnpm package manager is installed.

  • Clone the project with git clone https://github.com/basmilius/website.
  • Install dependencies with pnpm install.
  • Start the development server with pnpm run dev.

🚀 Production build

Before publishing the website, follow the following steps.

  • Build a production version with pnpm run build.
  • Export the production static code pnpm run export.
  • Upload the out folder to a webhosting solution.