generated from schalkneethling/qilin-open-source-project-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from schalkneethling/minor-fixes-docs
minor: docs update
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# minimalist | ||
|
||
A minimal pure CSS starter library for most web projects. | ||
|
||
## Getting minimalist | ||
|
||
You can easily add minimalist to your existing or new project using the CLI. | ||
|
||
```bash | ||
npm create minimalist@latest | ||
``` | ||
|
||
You will be prompted to enter the desctination directory into which the files will be copied. | ||
Please ensure that this is relative to your project's root folder. | ||
|
||
All that is left is to link the CSS in your project. The `main` file you must add is `minimalist.css`. | ||
You will fnd this in `your-target-dir/minimalist/minimalist.css`. |
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
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