This is the website of SliceOfVGLife.
Clone the repository:
$ git clone https://github.com/sliceofvglife/sliceofvglife.gitClone the comics repository:
$ git clone https://github.com/sliceofvglife/comics.git sliceofvglife/public/cdn/comicsCreate .env.development:
NEXT_PUBLIC_WEBSITE_TITLE="SliceOfVGLife"
NEXT_PUBLIC_COMICS_PUBLIC_DIR="public/cdn/comics"
NEXT_PUBLIC_COMICS_IMAGE_URL="/cdn/comics"
NEXT_PUBLIC_COMICS_UNLOCK_ALL="1"
NEXT_PUBLIC_WEBSITE_URL="https://sliceofvglife.github.io/sliceofvglife"
NEXT_PUBLIC_GITHUB_URL="https://github.com/sliceofvglife/sliceofvglife"
Run the server:
$ npm i
$ npm run devConvert images to webp:
$ python compress_images.pyCommit the changes to comics repository.
Commit the changes to this repository.
Wait for the publish job to complete.