Welcome to NBlocks, the platform toolbox from Nebulr made by developers for developers. If you're new to this concept, head over to our site and check out the capabilities.
npm i @nebulr-group/nblocks-react
npm i @nebulr-group/nblocks-react@beta
npm i @nebulr-group/nblocks-react@alpha --registry http://verdaccio:4873
Publishing is handled by Github actions.
yarn npm-publish
Versions are tagged as beta and should be suffixed with -beta.X
, e.g. 3.0.0-beta.4
yarn npm-publish-beta
Versions are tagged as alpha and should be suffixed with -alpha.X
, e.g. 3.0.0-alpha.4
yarn npm-publish-local
Start example project
yarn example start
The project expect to keep the GraphQL interface in sync with nblocks-nestjs
project.
If the generated/schema.gql
file has changed in nblocks-nestjs
, copy the content and paste it into schema.gql
in this project and run yarn generate
to update the typings.