Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.56 KB

Blog Ocean is an open platform for all developers, where developers can learn, grow and teach everyone around the world.

Tech Stack

Languages

  • TypeScript

Backend Repo

Official backend repo

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

License

This is an open-sourced project under the MIT License

Contributing

Feel free to raise an issue and contribute to it.

  1. Fork this repo
  2. Create a new branch
    • Branch name should be <your name> - <issue>
  3. Create a PR and add necessary description and screenshot.

Tutorials

  1. How To: Fork a GitHub Repository & Submit a Pull Request.
  2. Git Commit Message Standard