Skip to content

Commit 4a90287

Browse files
committed
Update README
1 parent 5562a55 commit 4a90287

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ $('select').select2({
4949

5050
## Getting involved
5151

52-
1. Fix [src/_layout.scss](src/_layout.scss), [src/_single.scss](src/_single.scss) or [src/_multiple.scss](src/_multiple.scss)
53-
1. Do `npm run build:both`
54-
1. Send me a Pull Request
52+
1. Edit SCSS files in the [src folder](src)
53+
1. Run `npm run build:both`
54+
1. Send a Pull Request
5555

5656
You can use [docs](docs) dir for your development.
5757

58-
1. Do `npm run prepare` (this creates symlink to `dist/select2-bootstrap4.css` onto `docs`)
59-
1. Serve `docs` with your local web server (e.g. `php -S localhost:8888 -t docs`)
60-
1. Do `npm run watch`
61-
1. Tweak scss and browse demo page on your browser
58+
1. Run `npm run prepare` (this creates symlink to `dist/select2-bootstrap4.css` onto `docs`)
59+
1. Serve `docs` from your local web server, examples:
60+
- Using PHP: `php -S localhost:8888 -t docs`
61+
- Using Python 3: `python3 -m http.server -d docs 8888`
62+
1. Run `npm run watch`
63+
1. Tweak SCSS and browse demo page on your browser

0 commit comments

Comments
 (0)