/Emote

Emote - A simple social Media website. build with Next JS and Firebase

Primary LanguageJavaScript

Emote

How to get started?

You can refer to the following articles on basics of Git and Github and also contact the Project Mentors, in case you are stuck:

Running locally in development mode

To get started, just clone the repository and run npm install && npm run dev:

git clone https://github.com/NV404/Emote.git
npm install
npm run dev

Note: If you are running on Windows run install --noptional flag (i.e. npm install --no-optional) which will skip installing fsevents.