-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed deprecated cluttering scripts
- Loading branch information
1 parent
eed20a1
commit 6474258
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,24 +60,21 @@ qnorr ships with two dependencies by default: | |
- We use [[email protected]^](https://gulpjs.com/) to build the library (legacy CLI scripts are also available but they are way difficult to maintain). | ||
- We use [parcel](https://parceljs.org/) and [posthtml plugins](https://github.com/posthtml/posthtml) to build a basic site located under `/site` folder. If you want to help build a real documentation site, create a `docs` folder and let's use the monorepo approach — docs building are separated from library and we can use any tool to make it happen (vuepress, gitbook, etc.), suggestions are welcomed. | ||
|
||
Building | ||
Developing | ||
``` | ||
# watch mode for qnorr, dev server for demo site | ||
yarn run start | ||
# production build (lib and site) | ||
yarn run build:all | ||
``` | ||
|
||
Developing qnorr only | ||
Production build | ||
``` | ||
yarn run dev:qnorr | ||
yarn run build:qnorr | ||
# optimized output for publishing | ||
yarn run qnorr:build | ||
``` | ||
|
||
Developing playground site | ||
Play at playground site | ||
``` | ||
yarn run dev:playground | ||
yarn run playground:dev | ||
``` | ||
|
||
## License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters