Welcome to MyStory, a Next.js blog template designed for sharing personal experiences and stories anonymously.
MyStory aims to provide a platform where individuals can share their stories without the pressure of revealing their identities. It's a safe space for expression and connection.
- Anonymous Story Sharing: Users can share their personal experiences and stories without disclosing their identities.
- Next.js Blog Template: Built with Next.js, MyStory serves as a flexible and customizable blog template.
- Markdown Support: Write your stories using Markdown for easy formatting.
- Responsive Design: MyStory is designed to be responsive, ensuring a seamless experience across devices.
To get started with MyStory, follow these steps:
-
Clone the Repository: Clone the MyStory repository to your local machine.
git clone https://github.com/yourusername/mystory.git
-
Navigate to the Project Directory: Change directory to the cloned repository.
cd mystory
-
Install Dependencies: Install the necessary dependencies using npm.
npm install
-
Run the Development Server: Start the Next.js development server.
npm run dev