Creating a project - AVinitzca/tgc-webgl GitHub Wiki
Creating a project
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.
Example:
{
"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