Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/se-academic-group/thich-doc-truyen-docs

Documentation on development of Thich Doc Truyen website
https://github.com/se-academic-group/thich-doc-truyen-docs

docs nextjs nextra

Last synced: 25 days ago
JSON representation

Documentation on development of Thich Doc Truyen website

Awesome Lists containing this project

README

        

# Thích Đọc Truyện Docs Site

Documentation for Thich Doc Truyen web application (Frontend & Backend)

## Quick Start

You must have a grasp of Markdown to write docs (MDX is preferred)

Head to [Nextra Docs](https://nextra.site/docs) to see how you can write documentation the right way

## Writing Docs 101

1. A documentation page on a topic is written in a file
2. Group related files in a folder
3. You can modify the name of the displayed page or folder inside `pages/_meta.json`
4. Forget the `components` folder. It is for React component documentation.

## Prerequisites

1. [Node](https://nodejs.org/en) >= v18.21 (For the pnpm to work)
2. [pnpm](https://pnpm.io/) >= 9.1.0

## Local Development

You know how to clone this repo, right? And after cloning.

First, run `pnpm i` to install the dependencies.

Then, run `pnpm dev` to start the development server and visit [localhost:3000](localhost:3000).

## License

This project is licensed under the [MIT](https://opensource.org/license/mit) License.