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.
- Host: GitHub
- URL: https://github.com/basmilius/website
- Owner: basmilius
- License: mit
- Created: 2022-03-29T09:35:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T13:39:14.000Z (8 months ago)
- Last Synced: 2025-08-18T17:58:49.447Z (5 months ago)
- Topics: css-modules, nextjs, personal-website, portfolio, react, scss
- Language: TypeScript
- Homepage: https://bas.dev
- Size: 2.69 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# 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.