https://github.com/simbathesailor/learn-rome-app
An app to play with rome
https://github.com/simbathesailor/learn-rome-app
Last synced: 3 months ago
JSON representation
An app to play with rome
- Host: GitHub
- URL: https://github.com/simbathesailor/learn-rome-app
- Owner: simbathesailor
- Created: 2020-08-20T18:03:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T18:08:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T17:09:55.259Z (5 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learn Rome
When you run
```
rome init```
Welcome to Rome! Let's get you started...
Files created ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- .config/rome.rjson: Your project configuration. Documentation: https://romefrontend.dev/#project-configuration
- .editorconfig: Sets editor formatting and indentation options. Documentation: https://editorconfig.org/What next? ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Setup an editor extension
Get live errors as you type and format when you save. Learn more: https://romefrontend.dev/#editor-integration2. Try a command
rome check is used to validate your code, verify formatting, and check for lint errors. Run rome --help for a full list of commands and flags.3. Read documentation
Our website serves as a comprehensive source of guides and documentation https://romefrontend.dev/4. Get involved in the community
Ask questions, get support, or contribute by participating on GitHub (https://github.com/romefrontend/rome) or our community Discord (https://discord.gg/rome)