-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button for creating new projects in the project selector UI #301
Comments
Doing this would also implicitly define a "canonical" structure for having a multi-project repository. That's just a general observation, not really a criticism about this idea. |
+1 for the latter idea. |
i'd make a cli but what if people structure things weirdly? |
Description
Multi-project support is nice, but the only way to create a second project is to either duplicate the folder of an existing project, or manually create the files with the basic
makeProject
andmakeScene
implementations, and both ways need you to manually add the project tovite.config.ts
.Proposed solution
Add a new button to the Projects screen, which builds the motion canvas standard project in a new folder and automatically adds it to the vite config. The Projects screen would also appear even if there is only one project in the config. For consistency, perhaps also a button on each project in the list to remove it from the vite config
The text was updated successfully, but these errors were encountered: