Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@

1. Install Neva CLI
2. Run `neva run main`
3. Check `neva.yml` for module config
3. Check `neva.yml` for module config

## Contributing

- **Opening Issues**: Feel free to open GitHub issues for bugs, feature requests, or questions. Please include steps to reproduce, expected behavior, and any relevant code snippets.
- **Pull Requests**: Fork the repository, create a feature branch, make your changes, and submit a pull request. Ensure your code follows existing style conventions and includes appropriate tests.
- **Development Setup**: After forking and cloning the repo, ensure you have the Neva CLI installed. Use `neva run main` to test your changes and verify they work correctly.