Skip to content

Compile and run Carbon locally #1426

Answered by OkeyDev
realhackcraft asked this question in Q&A
Discussion options

You must be logged in to vote

You need npm and yarn installed

After that you must install dependices. Execute at root project folder:
yarn install

And start project using npm:
npm run dev

You'll see something like that:

❯ npm run dev                                                                                                                                                                                                                         
                                                                                                                                                                                                                                        
> carbon@4.9.10 dev                        …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mfix22
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #1403 on November 07, 2022 01:54.