-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a project
AVinitzca edited this page Jul 4, 2019
·
1 revision
Creating a project is very simple:
-
Copy project-template into another folder in the same path, and rename it. That will be your project name.
-
Add your new project name to the config.json file inside the root folder.
-
(Optional) Add a field in config.json called "default", containing the name of your project.
{
"default": "your-new-project",
"projects": ["example", "another-example", "your-new-project"]
}
You are good to go! Try running it using
Projects.load("your-new-project");
You can now configure your project