An open API service indexing awesome lists of open source software.

https://github.com/basmilius/website

The source code of my personal website. I've built this website with React, using the Next.js framework.
https://github.com/basmilius/website

css-modules nextjs personal-website portfolio react scss

Last synced: 25 days ago
JSON representation

The source code of my personal website. I've built this website with React, using the Next.js framework.

Awesome Lists containing this project

README

          


Bas Milius Logo

---

# Personal Website
Source code of my personal website [bas.dev](https://bas.dev).

### ‼️ Please note
This website requires a Font Awesome Pro license. You can get one [here](https://fontawesome.com/).

### 🎲 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 `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`.

### 🚀 Production build
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 `out` folder to a webhosting solution.