~jagrg/jagrg.gitlab.io

Personal website

dde9355 Update stats

6 days ago

03457b6 Update resume

6 days ago

#jagrg.org

pipelinestatus

The source code for jagrg.org is hosted on GitLab and written in Emacs Lisp. The website loads in 0.4 seconds and weighs only 4KB. 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.