Skip to content

How to Set up Malibu in local system?

Shraddha Kesari edited this page Sep 21, 2023 · 2 revisions

It is already mentioned in the read me file of the repository. Adding here, separately.

Running on Mac

Remember to read this before going through this docs. Make sure you have all the pre-requisites mentioned.

  1. Clone the repository in your desired directory. with this command [email protected]:quintype/malibu-advanced.git
  2. Run npm install
  3. Run ./run

Running on Windows

Here are some considerations while running on windows

  • Please install docker (Docker for Desktop on Windows Enterprise / Professional, and Docker Toolbox on Windows Home)
  • The app is to be run as follows: ./dev-docker/start
  • In case localhost:3000 shows a connection refused, you can forward ports to the docker-machine as follows ./dev-docker/port-forward. This should only be needed on Windows home
  • Windows uses nodemon and webpack polling to detect updates. This eats CPU
  • You can use ./dev-docker/force-reload to force the web server and webpack to reload