/kaic.github.io

My personal website

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

kaic.github.io

JavaScript Style Guide

The source code is on dev branch.

To run the project:

First install the dependencies:

For Linux:

sudo apt install build-essential

npm install

Then run:

npm run dev

To deploy in production (with your github account)

First create a .env file with:

GH_TOKEN={Your Github Access Token}

GH_REPOSITORY={Your github page repository without https://}

Then run:

npm run production

This will build the project, send the build code to master branch and push the code to production!