Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 774 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 774 Bytes

This reposity is made as an experience sharing wall running on a blog engine.

You may checkout the John-Doe.md in the Posts Folder to know how to write in markdown format.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Please refer to CONTRIBUTING.md to know how to contribute to the repository.

Do checkout the issues.