Next.js Social Media App
Welcome to the Next.js Social Media App! This is a simple social media application built with Next.js, a popular React framework. This README will provide you with information on how to run the app locally and how to get started.
To get the app up and running on your local machine, please follow the instructions below.
Make sure you have the following software installed on your machine:
Clone the repository to your local machine using the following command:Node.js (version 18.15.0) npm (version 9.5.0)
git clone https://github.com/Dzenoo/Next-js-13-Social-Media-App.git
Navigate into the project directory:
cd nextjs-social-media-app
Install the dependencies using npm:
npm install
Once you have completed the installation steps, you can now run the app on your local machine.
Start the development server:
npm run dev
Open your web browser and visit http://localhost:3000 to access the app.
You should now see the Next.js Social Media App running on your machine.