diff --git a/README.md b/README.md index 55f6414..7b18808 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A collection of popular layouts and patterns made with CSS: * ๐No CSS hacks * ๐Real use cases * Good practices (coming soon) -* Accessibility (coming soon) +* Accessibility Support (coming soon) -[](https://csslayout.io/) +[](https://csslayout.io) ## Why @@ -23,44 +23,26 @@ They are powered by modern CSS features such as flexbox and grid. They are great starting points to be picked and customized easily for each specific need. By composing them, you can have any possible layout that exists in the real life. -The entire website is powered by - -~~~ javascript -this - .madeWith([react,typescript]) - .then(r => lint(tslint)) - .then(r => lazyLoad(@loadable/component)) - .then(r => optimizeAndBundle(webpack)) - .then(r => exportHtml(react-snap)) - .then(r => deploy(Netlify)) - .then(r => { - expect(r).is(scalableCode); - expect(r).is(superFastWebsite); - expect(r).is(seoFriendly); - }) - .finally(() => {/* Give me 1 star */}) ๐ -~~~ - ## Running it on local - Clone the project: -~~~ console +```console $ git clone https://github.com/phuoc-ng/csslayout -~~~ +``` - Install the dependencies: -~~~ console +```console $ cd csslayout $ npm install -~~~ +``` - Run it on the local: -~~~ console +```console $ npm run dev-server -~~~ +``` Visit http://localhost:1234 to see it in action. @@ -70,9 +52,9 @@ PRs are welcomed. If you thing there are any missing useful layouts or patterns, It's important to note that you should run the following command to lint the code: -~~~ console +```console $ npm run lint -~~~ +``` If there is any issue, it will be logged in the `tslint.log` file. @@ -89,52 +71,17 @@ Be my friend on You might be interested in my products: -
- 1 LOC (3.3kโ )- Favorite JavaScript utilities in single line of code - |
-
- Blur Page- A browser extension to hide sensitive information on a web page - |
-
- Check Browsers Support- A browser extension to check browser compatibility without leaving your tab - |
-
- CSS Layout (2.7kโ )- A collection of popular layouts and patterns made with CSS - |
-
- Fake Numbers- Generate fake and valid numbers - |
-
- Form Validation- The best validation library for JavaScript - |
-
- HTML DOM (3.1kโ )- How to manage HTML DOM with vanilla JavaScript - |
-
- React PDF Viewer- A React component to view a PDF document - |
-
- this VS that- The differences between ___ and ___ in the front-end development - |
- - | - | - |