Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 570 Bytes

File metadata and controls

24 lines (17 loc) · 570 Bytes

Rumbbble

Rumbbble, inspired by the Dribbble design community, serves as a portal for developers to showcase their work, receive feedback, and find inspiration. Feel free to explore it at [link coming soon].

Setup

# Install the project dependencies
npm run install

# Run the project locally
npm run dev

# Set up your environment variables.
# Remember to add your own values for the variables listed
cd backend && cp .env.sample .env

Built With

  • React: front-end framework
  • Redux: global state management
  • MongoDB: database
  • Express: server