Skip to content

Frame your art, DIYs and memes...made in graphql react

License

Notifications You must be signed in to change notification settings

tanay-pingalkar/Frame

Repository files navigation

Frame

Frame your art, DIYs and memes....

It is an online plateform for sharing art, DIYs and memes. It is open source also means you can also contribute to Frame.

setting up local enviroment

have node, postgresql installed.

  • fork this repo and clone it on your machine
  • create database CREATE DATABASE database name
  • create .env file under .env.example and fill all variables like .env.example.
  • run yarn to install all dependencies
  • run yarn start, this will start client and server concurrently

for full developement experience visit FULLSETUP.md

wow you are good to go!

contribution guide

make sure to create issue before adding new feature to Frame and make sure to clear all unused consoles and to resolve all typescript errors. the design idea is like FIGMA-design link Know more about what stack frame is using on STACK.md , before creating pull request , make sure to run yarn format to run prettier. cd server && yarn test to test with jest.