heimdallrj / backdrop-js

"Simplicity is the ultimate sophistication." ― Leonardo da Vinci
2 stars 1 forks source link

Backdrop-js (Monorepo) inactive

This project no longer maintain here in this location.

Moved to valet-central

Developer Guide

Getting Started

git clone git@github.com:thinkholic/backdrop-js.git
cd backdrop-js
yarn

Duplicate packages/server-nodejs/.env.example to packages/server-nodejs/.env, and update keys as needed.

Run

Build

Release

Contributing

Branch names
PR naming
Commit messages
Issues

Apply labels appropriately for each issues when created:

Components:

Labels for maintainers:

Priorities:

API Docs

Check postman collection

FAQ

Error: Cannot find module '/backdrop-js/node_modules/@backdropjs/jsondb/dist/index.js'. Please verify that the package.json has a valid "main" entry

cd packages/server-nodejs
yarn remove @backdropjs/jsondb
yarn add @backdropjs/jsondb

This will fix the problem for now.