mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 00:27:23 +00:00
11 lines
398 B
Markdown
11 lines
398 B
Markdown
# venera-configs
|
|
|
|
Configuration file repository for venera
|
|
|
|
## Create a new configuration
|
|
|
|
1. Download `_template_.js`, `_venera_.js`, put them in the same directory
|
|
2. Rename `_template_.js` to `your_config_name.js`
|
|
3. Edit `your_config_name.js` to your needs.
|
|
- The `_template_.js` file contains comments to help you with that.
|
|
- The `_venera_.js` is used for code completion in your IDE. |