jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.08k stars 194 forks source link

when i git clone this pro, have error? #98

Closed zhanghongyong123456 closed 2 months ago

zhanghongyong123456 commented 2 months ago

when: git clone https://github.com/jbilcke-hf/clapper Encountered 1 file(s) that should have been pointers, but weren't: packages/broadway/samples/claps/Afterglow v10 X Rewrite Bryan E. Harris 2023.clap

image

sendn0des commented 2 months ago

You don't need it. Demo script

zhanghongyong123456 commented 2 months ago

when: git clone https://github.com/jbilcke-hf/clapper Encountered 1 file(s) that should have been pointers, but weren't: packages/broadway/samples/claps/Afterglow v10 X Rewrite Bryan E. Harris 2023.clap

You don't need it. Demo script but when bun i and bun run dev have this error, my node update 20.17.0 image

jbilcke-hf commented 2 months ago

Hello,

We are working on a desktop app which should make it easier for people to run the app locally without being developers!

I don't know your level of expertise but if your intention is to contribute and actively develop features,

then before attempting to run commands from the README I suggest to get familiar with the whole stack (how to run a unix/linux-like shell under Windows, using large files with the Git file system, how Node works, NextJS, NVM, TypeScript, Bun.. etc) -> it will then become much easier to run the app and diagnose issues.

If you already know all those tools, then here is a short summary of the steps:

  1. make sure Node, NPM and Bun are working properly (we don't use Bun yet at 100%, there is still a bit of NPM needed for some commands)
  2. open a command line in a Unix-like shell (instructions for this may vary if you are under Windows)
  3. clone the github repo and enter the project directory
  4. run nvm use (nvm install might be necessary first)
  5. run bun i
  6. run bun dev
    1. open http://localhost:3000