-
Notifications
You must be signed in to change notification settings - Fork 3
Contribution: Getting Started
Great! The details below will help you get the project up and running locally on your computer so you can make changes and push them up to our repository.
Whether you want to help build the original, or use it for educational purpose, you need to get a copy working on your computer. The steps below will get you there. It's a little bit of an involved process, but it doesn't take too long, and you only have to do it once. : )
-
Open the Terminal application.
-
Make sure the command-line tool Git is installed by entering
which gitinto Terminal. If the command returns a filepath, you're all set. (If Git is not installed, install it.)
-
Open the command prompt (click the start button, open the command prompt by typing
cmdin the "search programs and files" box, and hitting enter. -
Make sure the command-line tool Git is installed by entering
git --versionat the command prompt. If the command returns a version number, you're all set. (If Git is not installed, Install Git for Windows).
-
Navigate to the folder you'd like to copy the code to by using the
cdcommand. -
Clone the repository (i.e. copy the code) from where it's hosted online. Do this by entering
$ git clone https://github.com/Nishant1500/bee-launcher.gitat the command line. This will create a folder namedbee-launcherthat contains the code. -
Open the folder you just downloaded and start modifying the code with your favorite text editor. (I use Visual Studio Code.)
> npm installOr
> npm I> npm startCopyright © 2022 Bee Launcher