Skip to content

andrelcalado/nossas-lembrancas

Repository files navigation

Nossas Lembranças

Author Languages Stars


Go check it out 🎉


📌 Table of Contents

🔧 Requirements

  1. Node v18^. [Install here]

  2. Firebase APIKEY, AUTHDOMAIN, PROJECTID, STORAGEBUCKET, MSENDERID, APPID and MEASUREMENTID from Firebase. [You can get here]

  3. PRICEID of each product from Stripe. [You can get here]

  4. PUB_KEY, SECRET_KEY and WEBHOOK_SECRET from Stripe. [You can get here]

  5. WEBHOOK_SECRET, ACCESS_TOKEN and PUBLIC_KEY from Mercado Pago. [You can get here]

Define environment variables

cp .env.example .env.local

Install dependencies

yarn

🚀 Running Locally

After done all requirements, only run this command:

yarn run dev

🐛 Issues

Feel free to file a new issue with a respective title and description. If you already found a solution to your problem, I would love to review your pull request!

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing