forked from cerc-io/snowballtools-base
cbc394f9f8bfce4fb1cb4114d403ddcd9b9629c2
* Add remove member gql client method * Handle remove member UI operation * Refactor fetching of project members * Rename type MemberPermission to ProjectMember * Add types to gql client response * Remove circular dependency in gql client types --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
snowballtools
-
Clone the
snowballtoolsrepogit clone git@github.com:snowball-tools/snowballtools-base.git -
In root of the repo, install depedencies
yarn -
Build packages
yarn build --ignore frontend -
Change directory to
packages/backendcd packages/backend -
Load fixtures in database
yarn db:load:fixtures -
Start the server
yarn start -
Copy the graphQL endpoint from terminal and add the endpoint in the
.envfile present inpackages/frontendREACT_APP_GQL_SERVER_URL = 'http://localhost:8000/graphql' -
Change directory to
packages/frontendcd packages/frontend -
Start the React application
yarn start -
The React application will be running in
http://localhost:3000/
Languages
TypeScript
95.4%
Shell
2.6%
CSS
1%
JavaScript
0.7%
HTML
0.3%