Skip to content

somewheresystems/nextwave-current

Repository files navigation

NextWave Current

Microblogging Framework

Current is a Next.js project for the microblog nextwave.school, designed by Somewhere Systems -- provided as a free & open-source project.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/nextwave-school/microblog-setup.git
    cd microblog-setup
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Set up environment variables:

    • Copy the .env.example file to .env.local
    • Fill in the required environment variables in .env.local
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open http://localhost:3000 with your browser to see the result.

About This Project

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)

Learn More

To learn more about Next.js and how to customize this project:

Contributing

We welcome contributions to improve this project. Please feel free to submit issues or pull requests to the GitHub repository.

Support

For support or questions about this microblogging setup, please contact NextWave School, @somewheresy on X, or open an issue in the GitHub repository.

About

.TS/Next-based static microblog template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published