Skip to content
View sliceofvglife's full-sized avatar

Block or report sliceofvglife

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sliceofvglife/README.md

SliceOfVGLife

This is the website of SliceOfVGLife.

Setup

Clone the repository:

$ git clone https://github.com/sliceofvglife/sliceofvglife.git

Clone the comics repository:

$ git clone https://github.com/sliceofvglife/comics.git sliceofvglife/public/cdn/comics

Create .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 dev

Release

Convert images to webp:

$ python compress_images.py

Commit the changes to comics repository.

Commit the changes to this repository.

Wait for the publish job to complete.

Popular repositories Loading

  1. comics comics Public

    Comics of SliceOfVGLife website

  2. sliceofvglife sliceofvglife Public

    Website of SliceOfVGLife

    TypeScript