https://github.com/std4453/react-to-discourse
https://github.com/std4453/react-to-discourse
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/std4453/react-to-discourse
- Owner: std4453
- Created: 2021-03-20T13:31:52.000Z (over 5 years ago)
- Default Branch: cli
- Last Pushed: 2021-03-24T10:09:40.000Z (about 5 years ago)
- Last Synced: 2025-03-02T01:36:27.408Z (over 1 year ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-to-discourse
## Usage
```bash
$ npx create-rtd-app
```
This will prompt you for necessary information and create a new folder in your current directory.
Or if you're developing with a clone of this repository, you can run `npm link` to install it locally and then `create-rtd-app`.
The scaffolded directory should have its own `README.md`, refer to that file for development instructions.