Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.23 KB

File metadata and controls

61 lines (31 loc) · 1.23 KB

Breaddit

Full Stack web app built with NextJS and deployed with Vercel.

Here are some screenshots:

Sign In

Feed

Create Community

Subreddit

Subreddit Post Initial

Subreddit Post Final

Subreddit Post

Settings

Search

Running this project locally

To run this project locally you should have NodeJS, NPM and Yarn installed.

First copy contents of the .env.example file to .env file and put your environment variables

Also you need to upgrade your Yarn version to berry, you can do that by running

yarn set version berry

Then you can install all the dependencies for the project.

yarn install

Finally you can start this project by running

yarn dev