It is an online plateform for sharing art, DIYs and memes. It is open source also means you can also contribute to Frame.
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
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.