We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930736f commit 1a61133Copy full SHA for 1a61133
examples/with-react-md/README.md
@@ -1,6 +1,8 @@
1
2
# Example app with react-md
3
4
+
5
+
6
## How to use
7
8
Download the example [or clone the repo](https://github.com/zeit/next.js):
@@ -14,6 +16,7 @@ Install it and run:
14
16
15
17
```bash
18
npm install
19
+ln -f -s ../node_modules/react-md/dist/react-md.light_blue-yellow.min.css static/react-md.light_blue-yellow.min.css
20
npm run dev
21
```
22
0 commit comments