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.
|
5 hours ago | |
---|---|---|
src | 5 hours ago | |
static | 4 days ago | |
.gitignore | 10 months ago | |
.prettierrc | 2 years ago | |
README.md | 1 month ago | |
gatsby-browser.js | 1 month ago | |
gatsby-config.js | 4 days ago | |
gatsby-node.js | 1 month ago | |
now.json | 1 year ago | |
package.json | 2 weeks ago | |
yarn.lock | 2 weeks ago |
README.md
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.