diff --git a/README.md b/README.md index 71e2703..e1b6d2f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,35 @@ CSS code generator for a new popular design trend called Neumorphism/Soft UI. I Contributions are welcome. -## Available Scripts +:link: [Live version](https://neumorphism.io/) + +## Installation + +### Dependencies + +``` +npm install +``` + +or + +``` +yarn install +``` + +### Running the project In the project directory, you can run: -### `npm start` +``` +npm start +``` + +or + +``` +yarn start +``` Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.