moufette-tools / moufette

🦨 Moufette is developer-friendly, open-source set of tools to collect users feedback. Find us on Twitter @MoufetteHQ
MIT License
323 stars 20 forks source link

Steps to install locally? #17

Closed Suleman-Elahi closed 3 years ago

Suleman-Elahi commented 3 years ago

Can you list steps to run it locally? I don't have Heroku Paid account.

So far what I have done with the little knowledge I have:

  1. yarn install
  2. Renamed .env.example to .env
  3. Edited MONGO_URI to MONGODB_URI in .env and added my MongoDB instance URL.
  4. Inserted random string for EXPRESS_SESSION_SECRET and JWT_SECRET.
  5. yarn start

I am getting this:

image

jamalx31 commented 3 years ago

Sorry @Suleman-Elahi. I need to work on better docs. seems like you did everything correctly, you just need to run the front dev server as well so you need to run the two commands yarn start & yarn front simultaneously

Suleman-Elahi commented 3 years ago

Worked. Thanks. image

There is new issue though.

image

Cannot create features.

jazzyjube commented 3 years ago

Hi ! Thanks for this awesome tool !

I have the same issue as @Suleman-Elahi. With a local installation, I reach the admin panel but impossible to add a feature (error : var was not provided) or save a widget (fatal error)

The project looks awesome I really want to use it and spread it around me ! Can't wait to find a solution :)