sigrikd / CIBUS

0 stars 0 forks source link

Index

Installing NodeJS

Node is a server runtime built around the chrome V8 engine for javascript. Node will take care of everything that needs to happen on the server. Together with node comes 'npm' with stands for node package manager. It will take care of all the modules which the projects depend on. A module is a bundle of function and objects we can use in our code. How to download node:

Using the terminal

Installing and usage of Git

Go to https://git-scm.com/download/ and download 64-bit version for your system

Initializing and setup new repository

Staging and committing

Pulling

Branches

The changes you make to the project should not be commited to the local or remote master branch, but rather a temporary branch containing the changes you made. This is to avoid problems regarding two people making changes to the same file.

Troubleshooting

Setting up this project on your computer