Skip to content
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

Total Noob #14

Closed
dwterrell opened this issue Feb 28, 2022 · 4 comments
Closed

Total Noob #14

dwterrell opened this issue Feb 28, 2022 · 4 comments

Comments

@dwterrell
Copy link

Hello Hyper Brew-

I'm a noob programmer. I've downloaded your bolt-cep on my iMac and I was wondering if there is a short beginner's guide you can direct me to. I've unzipped the file, but every time I try to install npm, I get dependencies errors for the RollUp dependency. Has anyone else reported this or do most people know workarounds? Am I using a wrong version of npm??? I'm just really not sure where to find the answers. Could you point me in the right direction? Thank you.

Screen Shot 2022-02-28 at 4 29 21 PM

Screen Shot 2022-02-28 at 4 28 53 PM

@justintaylor-dev
Copy link
Contributor

justintaylor-dev commented Mar 1, 2022

Hi there! If you're brand new to programming, I wouldn't recommend starting with this boilerplate as trying to learn JavaScript / HTML / CSS and React all at once is a lot.

I'd recommend starting with Scripting if you're using an app that supports ScriptUI like After Effects / Photoshop / or Illustrator, or Extensions if you're using Premiere or any non-ScriptUI compatible app.

Here are some helpful posts:

Scripts vs Extensions vs Plugins
Building Adobe Scripts
Building Adobe Extensions


If you come back to this once you're comfortable with scripting and extensions in Adobe Apps, here's what I would recommend to resolve your issue.

  • Install yarn: Yarn
  • Clone the repo with git clone https://github.com/hyperbrew/bolt-cep.git
  • cd into the repo
  • Install dependencies with yarn
  • Build with yarn build
  • and develop with yarn dev

@dwterrell
Copy link
Author

Hey Justin-

Thank you for the response. I really appreciate.

I may have labelled my topic incorrectly, I've made several AE scripts and now I'm working on a Premiere extension. I have made interfaces with resource strings and recently made an interface for my Premiere extension with CEP. It's just a simple interface for a slate maker script.

I have it working with a base CEP extension template from https://premiereonscript.com, but I was trying to take my skills to another (better, more concise) level. I have watched most of the Davide's course (https://www.ps-scripting.com/uxp-react.html) so I'm a bit familiar with some of the aspects of React. And I can make my way around HTML and CSS, well enough for my needs at the moment.

I am not too familiar with Terminal commands and fixing errors though. I've been going over some YouTube tutorials and Stackoverflow articles to figure those out (still struggling though).

Thank you for your next steps plans. Once again, I appreciate your response.

Screen Shot 2022-03-01 at 10 05 51 AM

@justintaylor-dev
Copy link
Contributor

Ah gotcha, those are great resources to learn from! Try those steps above to clone and startup the project with yarn and let me know if you run into any issues. Thanks!

@dwterrell
Copy link
Author

Okay, Justin. I will try your suggestions this week. I appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants