From 3f5fc5f93b79c102b34d3ec9559d883fb74efe65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Fri, 3 Mar 2023 22:54:37 +0800 Subject: [PATCH] docs(readme): move development infos into a independent section --- README.md | 58 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 891ed39..4eb0bbd 100644 --- a/README.md +++ b/README.md @@ -10,38 +10,10 @@ > A simple and customizable markdown CSS stylesheet for everyone. -## Requirement - -- Node.js >= 16 - ## Browsers Support According to [.browserslistrc](https://github.com/kuohuanhuan/x-markdown-css/blob/master/.browserslistrc), `x-markdown-css` supports **all browsers support CSS variables.** -## Install - -```sh -npm i -``` - -## Build - -```sh -npm run build -``` - -or - -```sh -grunt build -``` - -or - -```sh -npx grunt build -``` - ## Usage You can use `x-markdown-css` with: @@ -80,6 +52,36 @@ Then, add it to your Sass / SCSS file (SCSS for example): *...and much more.* +## Development + +### Requirement + +- Node.js >= 16 + +### Install + +```sh +npm i +``` + +### Build + +```sh +npm run build +``` + +or + +```sh +grunt build +``` + +or + +```sh +npx grunt build +``` + ## Contributing PRs, issues and feature requests are welcome!