First of all, thanks for your interest in supporting this project! We could use all the help we can get to make the best possible experience for our community.
- Fork this repo
You can fork this repo by clicking here
- Clone on your local machine
git clone https://github.com/<USERNAME>/magicui.git
- Navigate to project directory
cd magicui
- Create a new Branch
git checkout -b my-new-branch
- Install dependencies
pnpm i
- Create
.env.local
file
touch .env.local && echo "NEXT_PUBLIC_APP_URL=http://localhost:3000" > .env.local
- Run project
pnpm dev
Read the example PR to learn which files you need to add. You only need to change 5 files to add a new component or effect and it only takes around 10 minutes of work!
For any help or questions, please open a new github issue and we will get back to you :)