Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/std4453/react-to-discourse
https://github.com/std4453/react-to-discourse
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/std4453/react-to-discourse
- Owner: std4453
- Created: 2021-03-20T13:31:52.000Z (over 3 years ago)
- Default Branch: cli
- Last Pushed: 2021-03-24T10:09:40.000Z (over 3 years ago)
- Last Synced: 2024-11-10T19:25:15.046Z (7 days 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.