mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
591 B
Markdown
9 lines
591 B
Markdown
If you want to learn how to customize Nova, we suggest checking out the [docs](http://nova-docs.telescopeapp.org) on GitHub.
|
|
|
|
The first things you'll want to do are probably create a `settings.json` file to hold all your settings, and then taking a look at the sample custom package by uncommenting `customization-demo` in `.meteor/packages`.
|
|
|
|
Here are two tutorials to get further:
|
|
* [Understanding the Nova Framework](http://nova-docs.telescopeapp.org/tutorial-framework.html )
|
|
* [Customizing & Extending Nova](http://nova-docs.telescopeapp.org/tutorial-customizing.html)
|
|
|
|
Happy hacking!
|