Current is a Next.js project for the microblog nextwave.school, designed by Somewhere Systems -- provided as a free & open-source project.
-
Clone the repository:
git clone https://github.com/nextwave-school/microblog-setup.git cd microblog-setup
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Set up environment variables:
- Copy the
.env.example
file to.env.local
- Fill in the required environment variables in
.env.local
- Copy the
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.
This microblogging setup is provided by Next Wave as a free community resource. It's designed to help you quickly set up a microblogging platform using Next.js.
Key features:
- Easy to customize and extend
- Includes basic microblogging functionality out of the box (and a markdown editor)
To learn more about Next.js and how to customize this project:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
We welcome contributions to improve this project. Please feel free to submit issues or pull requests to the GitHub repository.
For support or questions about this microblogging setup, please contact NextWave School, @somewheresy on X, or open an issue in the GitHub repository.