Source code of my personal website bas.dev.
This website requires a Font Awesome Pro license. You can get one here.
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 bun package manager is installed.
- Clone the project with
git clone https://github.com/basmilius/website. - Install dependencies with
bun install. - Start the development server with
bun run dev.
Before publishing the website, follow the following steps.
- Build a production version with
bun run build. - Export the production static code
bun run export. - Upload the
outfolder to a webhosting solution.