nethruster / waReader

Whatsapp Message Reader
https://wareader.nethruster.com
MIT License
7 stars 1 forks source link

How do I put it to work? #3

Closed deriknyvo closed 5 years ago

deriknyvo commented 5 years ago

Help me.

claudio4 commented 5 years ago

Hello deriknyvo!

First of all you need to be sure you are using the 1.0 branch ( the 2.0 branch is under development). then you just need to run the following commands:

# install dependencies
yarn install
# build for production with minification, hashing and autoprefixer
yarn build

You will need to start a webserver in the dist folder.

Also you can use instead our live app https://wareader.nethruster.com/. waReader runs enterly client-side, so there is no difference between using it in your own server or in ours,

gariasf commented 5 years ago

Hi @deriknyvo,

Adding upon @claudio4's answer, we're re-building this app from the ground up with Preactjs and with a much more experienced and curated hand given that we released 1.0 a while ago.

If you're interested in the parsing core, take a look at this repo, which is the one we're using for waReader 2.0.

In the end, though, it shouldn't be long until we finish 2.0 and put it to production.

Please let us know if you have any further questions.

gariasf commented 5 years ago

I'll be closing this issue if there is no further feedback within the next 48h.

gariasf commented 5 years ago

I'll be closing this issue if there is no further feedback within the next 48h.

I'm closing this issue as per my reply.