Skip to content

WernerLDev/werlang.nl

Repository files navigation

This Git repository holds the source code of my personal website. This website is created using Next.js and bootstrapped with create-next-app.

The website is hosted on github-pages and deployed using github actions.

Getting Started

Run locally

To run this website locally, checkout code and run the development server:

# Install frontend dependencies
yarn

# Run dev server
yarn dev

Open http://localhost:3000 with your browser to see the result.

Make production build

A production build can be made with the following command:

yarn build

The output can be found in the out folder.

License

Unless stated otherwise all source code is licensed under a GNU AGPLv3 license.

All content and assets on this website are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published