This repository contains a social media platform where historical figures come to life! This project is inspired by Instagram but reimagined to allow users to explore the lives, accomplishments, and personalities of historical figures in a creative and interactive way. It’s a straightforward project designed to improve my understanding of web development fundamentals.
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/oldagram cd oldagram -
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 Oldagram.
For additional information on configuring Vite, visit Vite Documentation.