Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 715 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 715 Bytes

🙋🏻‍♂️ Made by @alisalahio

Other projects:

  • 🙀 Instatus - Get a hosted status page.
  • 🤓 Sipreads - Read nonfiction book summaries.

facebook-alternatives

Categorized FB Alternatives and anonymous upvoting using Nuxt (Vue), Feathers.js, MongoDB & Tailwind CSS

Demo: https://facebook-alternatives.salah.io

Server Setup

cd server
npm install
npm run dev

Client Setup

cd client
npm install
npm run dev

Production Setup

  1. Copy default.json to production.json
  2. Change your host url, port and mongodb database url
cd server
mv default.json production.json