Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

noClaps/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Blog of Random

A blog about the most random things you can think of.

Build instructions

  1. Clone the respository.

    git clone https://github.com/noClaps/blog.git
    cd blog
  2. Start the development server.

    make serve

    Then open localhost:3000 in your browser to see the live preview of the site.

  3. Build the site.

    make build

    This will build the site and place it in dist/.