Skip to content

SweckEUW/Motile-Website

Repository files navigation

Motile

More Information: https://simonweck.de/work/Motile

Visit the Website: https://sweckeuw.github.io/Motile-Website/

Prerequisites

You will need Node.js installed on your system.

You will need git installed on your system.

You will need Visual Studio Code installed on your system.

You will need Blender installed on your system.

  • Change Blender instalation Path inside: Backend/server/config.js

You will need MongoDB installed on your system.

  • Stop Mongodb server on Windows startup: Search for services.msc in Windows and look for your "MongoDB Server (MongoDB)". Right click - properties - change start type to manually

Setup

Get the code by cloning this repository using git

git clone https://github.com/SweckEUW/Motile.git

Once downloaded, open the terminal in the project directory, and continue with:

npm install

Compiles and hot-reloads for development (Live Server) - Starts React,Nodejs,Mongodb

npm run serve