manifest icon indicating copy to clipboard operation
manifest copied to clipboard

npx create-case-app script is cloning repo and lead to errors

Open brunobuddy opened this issue 1 year ago • 2 comments

The script is actually just clonning the casejs/case-sta repo.

I was working on a CASE project for a test and I accidentally commited and pushed my local project on the master branch of the starter without any asking for confirmation.

brunobuddy avatar Sep 06 '23 08:09 brunobuddy

@brunobuddy Is it still relevant ?

SebConejo avatar Dec 14 '23 09:12 SebConejo

Hello, I tried to run npx-create-case-app my-case-app and after installing dependencies and created .env file it say launching server and its remain like this for long time when I opened the folder my-case-app it show one folder with one typescript file called admin.entity.js since it stuck at launching server step it cant run using npm start hope you fix it

mohmmadAyesh avatar Mar 19 '24 14:03 mohmmadAyesh

@mohmmadAyesh @SebConejo with the version of CASE (rebranded into MANIFEST for convinience) we changed the way of working: the new script is more simple

npx add-manifest

this will add the manifest folder with the backend.yml file in it. Check out Manifest Documentation for more info.

brunobuddy avatar May 26 '24 13:05 brunobuddy