This repository contains a sample learning journal - a blog where I document my journey as a lifelong learner and software developer. This space is a collection of notes, reflections, and tutorials. It’s a straightforward project designed to improve my understanding of Responsive Web Design.
Make sure you have Node.js installed on your system. This project uses Vite as the development server.
-
Clone the repository:
git clone https://github.com/IsahiRea/learning-journal cd learning-journal -
Install the dependencies:
npm install
-
Start the development server:
npm start
Once the development server is running, open your browser and navigate to the provided localhost URL (e.g., http://localhost:3000) to access Learning Journal.
For additional information on configuring Vite, visit Vite Documentation.