diff --git a/README.md b/README.md
index 6f414e50..3923f540 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+
+const App = () => (
+
- 🎤 Sing
- 💃🏻 Dance
-
- 😴 Sleep
+ 🎤 Sing
+ 💃🏻 Dance
+
+ 😴 Sleep
-
+);
+
+export default App;
```
### Explore
+
You can view components on [Storybook](https://arturbien.github.io/React95/). If you want to play with it locally, simply clone the repo and run commands below:
+
```sh
-$ npm i
-$ npm run storybook
+# yarn
+$ yarn && yarn storybook
+
+# npm
+$ npm i && npm run storybook
```
+
### Submit your project
+
Apps built with React95 will be submitted on the official React95 [website](https://react95.io) 🤟🏻
### Contributing
-**We are not attempting to exactly RECREATE Windows95 components. We are going to make them usable in the modern mobile / web apps.
-Thus, any help from UI / UX designers would be EXTREMELY appreciated. The challenge is to come up with new component designs / layouts that are broadly used in modern UIs, that weren't present back in 95.**
-There's a lot to do. If you want to help with the project, feel free to open pull requests and submit issues. Let's make UI great again 🔥
+Any help from UI / UX designers would be EXTREMELY appreciated. The challenge is to come up with new component designs / layouts that are broadly used in modern UIs, that weren't present back in 95.
+
+There's a lot to do. If you want to help with the project, feel free to open pull requests and submit issues. Let's make UI great again 🔥
### Roadmap
+
There's quite a few things to be done:
+
- Styled system
- Lots of tacky color schemes 🌈
- Custom icons maybe? (Emojis from Windows 10 seem to go very well with the lib)
@@ -78,6 +101,6 @@ There's quite a few things to be done:
- Components common in all modern UIs (FAB, Badge, Avatar, Snackbar, Steppers)
And the boring stuff too:
+
- Testing
- Semantic release
-- eslint