Before getting started, make sure you have Node.js installed.
- Clone the repository content:
git clone https://github.com/exrem/exrem.github.io.git
- Navigate to the project directory:
cd exrem.github.io
- Install the required dependencies:
npm ci
- Start the development server:
npm run dev
Voilà! You are running the website on your machine locally! You can make any change here.
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.