Source code for my personal website.
https://wilw.dev
.nova | ||
src | ||
static | ||
.gitignore | ||
.prettierrc | ||
gatsby-browser.js | ||
gatsby-config.js | ||
gatsby-node.js | ||
now.json | ||
package.json | ||
README.md | ||
yarn.lock |
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.