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.
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.