Hello contributor , i want you to stick to the below listed Setup guidelines to successfully setup the react app in your local system and get started with developing!!
-
Fork
the repo to your account. -
git clone
to clone the repo -
Now you have the repo in your local storage
-
You can access the
main
folder to get the webapp access -
Next to setup the react app
npm install
-
Once the node modules and other stuffs are installed ,
npm run dev
to start the app inhttp://localhost:5173/
-
Make changes according to the Tasks assigned to you
-
Maintain the folder structure , keep small components like Navbar, Footer which stays in every page in
src\constants
folder -
keep other small components which stays in every page in
src\components
folder -
Keep big Pages like Auth page, Home page in the
src\pages
folder -
Styles of respective pages should be included in respective folder.
-
You are also allowed to use GOOGLE FONTS for same fonts as of figma files.
-
Other extra Pictures, icons , svgs are to be kept in
src\assets\
-
This website will be fully built in MERN Stack i.e MongoDB, ExpressJS, ReactJS, NodeJS.
-
Once you are done with the changes ,
git pull
to pull the latest version of the code -
git add .
to stage for commits -
git commit -s -m "message"
for commiting the code. -
REMEMBER --> YOU NEED TO PULL REQ ON
main
BRANCH !! -
Once done create a Pull Request and wait for the mentor to review.
-
Don't forget to attach
Screenshots, Proper Description and Issue Number
in the Pull request
Please follow the steps below to set up the development environment and contribute effectively.
git clone https://github.com/WikiPortal/DoodleCollab
cd DoodleCollab
npm install
npm run dev
Visit http://localhost:5173 in your browser to run the app.
cd server
npm install
npm start
Visit http://localhost:5000 in your browser to run the server of the app.
Make changes according to the tasks assigned to you. Follow the project structure and guidelines mentioned in contributing.md and setup.md.
git pull
git add .
git commit -s -m "fix: Updated bla bla bla"
Create a Pull Request on the main
branch. Attach screenshots, a proper description, and the issue number in the Pull Request.
For detailed contribution guidelines, please refer to contributing.md.
Happy Contributing! 🎉