Source code for my personal website.
https://wilw.dev
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
550 B
550 B
Personal website
The source for my personal website. The site is currently live at https://wilw.dev.
This project doesn't really come with a licence. The site content itself is by me (and therefore probably copyrighted somewhat), but feel free to use the code itself for your own needs.
Developing
- Clone and change into the repository
- Install dependencies (
yarn
) - Run development server (
yarn start
)
Build for production
- Run build script (
yarn build
) - Deploy the
public/
directory to the server.