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 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
.
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.