Skip to content

exrem/website

Repository files navigation

exrem.github.io

Run on your local machine

Before getting started, make sure you have Node.js installed.

  1. Clone the repository content:
git clone https://github.com/exrem/exrem.github.io.git
  1. Navigate to the project directory:
cd exrem.github.io
  1. Install the required dependencies:
npm ci
  1. Start the development server:
npm run dev

Voilà! You are running the website on your machine locally! You can make any change here.

Additional things

Publishing

If you'd like to publish your website and make it global, I'd recommend you Vercel, the service that I use as well.
You can follow the instructions here.