~jagrg/jagrg.gitlab.io

Personal website

a6d6053 Update stack

6 days ago

098340f Replace alien font

22 days ago

#jagrg.org

pipelinestatus

The source code for jagrg.org is hosted on GitLab and built using Emacs Lisp. The website loads in 0.4 seconds and weighs less than 5KB. It is featured in the exclusive 250KB Club and the IndieWeb Webring. You can interact with it by sending Webmentions.

#Installation

Clone the repository:

git clone https://gitlab.com/jagrg/jagrg.gitlab.io.git
cd jagrg.gitlab.io

Install dependencies:

yarn install

#Building the Application

make

#Running the Application

Start the development server:

yarn start

The app will be served at http://localhost:8000.