development setup #1222
danish-mehmood
started this conversation in
General
Replies: 2 comments
-
Also running into this! Were you able to figure it out?:) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see that many are looking for a guide, I will make a PR with these steps in CONTRIBUTING.md
git clone https://github.com/makeplane/plane
cd plane
chmod +x setup.sh
./setup.sh http://localhost
echo "\nNEXT_PUBLIC_API_BASE_URL=http://localhost\n" >> .env
docker compose up -d
yarn install # bun install
yarn dev # bun run dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello every one how do i setup my development environment , the contributing.md only mentions the project dependencies , is there another guide ?
Beta Was this translation helpful? Give feedback.
All reactions