Set up environment to start working on this project.
- nodejs (npm)
- Get source code from GitHub. Directory structure should look something like this:
/GitMe
/app
/.gitignore
/README.md
- Inside GitMe folder run following npm commands
npm install electron-prebuilt --save-dev
npm install markdown-it
- And you are ready to go!
- To start GitMe run following command in GitMe directory
node_modules\electron-prebuilt\dist\electron.exe app
- And stop it with ctrl+c in command prompt