* fix: test cases * fix env used by file manager * default value of process.env.LOCAL_STORAGE_BASE_URL * use workspace dependencies * refactor some env to adapt more scenario * fix reviewing issues * fix env default value * update umi config * bugfix * fix shared cache Co-authored-by: chenos <chenlinxh@gmail.com>  | 
			||
|---|---|---|
| .. | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .umirc.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.apis.json | ||
| tsconfig.json | ||
| typings.d.ts | ||
| umi.js | ||
umi project
Getting Started
Install dependencies,
$ yarn
Start the dev server,
$ yarn start