pashto-grammar/README.md

22 lines
352 B
Markdown
Raw Normal View History

2021-10-11 00:39:59 +00:00
# Create React App w/ MDX Starter
2021-03-06 10:40:31 +00:00
2021-10-11 00:39:59 +00:00
A boilerplate for Create React App projects w/ MDX import functionality
2021-03-06 14:59:53 +00:00
2021-10-11 00:39:59 +00:00
Bootstrapped with:
2021-03-06 10:40:31 +00:00
2021-10-11 00:39:59 +00:00
- [Create React App](https://reactjs.org/docs/create-a-new-react-app.html)
- [@lingdocs/mdx-loader](https://github.com/lingdocs/mdx-loader)
### Development
```
yarn install
yarn start
```
### Building
```
yarn build
```