boldr icon indicating copy to clipboard operation
boldr copied to clipboard

Code Organization

Open cloudkompute opened this issue 7 years ago • 9 comments

I want to learn from this project. I can't understand why there are 4 different packages each having its own package.json. Usually, a project has two: one for Web PAck development server and the second for API server.

I am also curious to know about the state of the project. Is it complete, or development is suspended, or the main contributor is working on any other branch? Can we use the code in a production environment?

cloudkompute avatar Oct 09 '17 13:10 cloudkompute

Hey @coooolers sorry I've been busy. I'll make time tomorrow morning to tidy up and write a detailed overview.

strues avatar Oct 12 '17 07:10 strues

Thank you. Also pl. mention how to install it locally. I followed these steps but was not successful.

Run the frontend using yr dev from within packages/frontend. In another terminal window, start the server using yr dev from within packages/server.

cloudkompute avatar Oct 13 '17 05:10 cloudkompute

Can you pl. update the Overview and write the steps to install and run the program.

cloudkompute avatar Oct 18 '17 19:10 cloudkompute

All set https://github.com/strues/boldr/blob/develop/docs/setup.md

strues avatar Oct 19 '17 06:10 strues

Thanks.. But there is no folder by the name 'project' and this directory structure is not available in any of the folders..

The main application currently lives in project. The frontend and the react server entrypoint are located in project/src. The actual server resides in project/server.

Copy the environment file sample. Use the command cd project && cp .env_example .env

cloudkompute avatar Oct 19 '17 18:10 cloudkompute

/Project/boldr/project$ yarn seed yarn run v1.2.0 $ boldr seed module.js:491 throw err; ^

Error: Cannot find module '../lib/cli.js' at Function.Module._resolveFilename (module.js:489:15) at Function.Module._load (module.js:439:25) at Module.require (module.js:517:17) at require (internal/module.js:11:18) at Object. (/home/cool/Project/boldr/packages/cli/bin/boldr.js:2:1) **

In packages/bin/boldr.js #!/usr/bin/env node require('../lib/cli.js');

cloudkompute avatar Oct 20 '17 07:10 cloudkompute

How to handle this error, could you pl. answer?

Thx

cloudkompute avatar Oct 21 '17 03:10 cloudkompute

Could you pl. help solve this error, it is preventing me to use this package ..

$ boldr seed module.js:491 throw err; ^

Error: Cannot find module '../lib/cli.js'

cloudkompute avatar Oct 23 '17 16:10 cloudkompute

Could you pl. help resolve this issue.. Thanks

cloudkompute avatar Nov 10 '17 10:11 cloudkompute