-
Install nvm
-
Use node version:
nvm use(maybenvm installwill be required) -
Install
pnpm:npm install -g pnpm@7.12.1 -
Fetch dependencies inside clone of this repo:
pnpm install -
Copy
.env.exampleto.env:cp .env.example .env -
Edit it, change
FIESTA_DATA_PATHto some path like:FIESTA_DATA_PATH = /home/your-user/projects/fiesta-data -
Run:
npm run start:fiesta
@directus/sdkis not supports latest TypeScriptrechartscontain bad typedefs:
../../node_modules/.pnpm/recharts@2.1.16_fbbixigdshhwz6qslju44ayfr4/node_modules/recharts/types/component/LabelList.d.ts:21:70 - error TS2344: Type 'T' does not satisfy the constraint 'Data'.
21 export declare type Props<T> = SVGProps<SVGElement> & LabelListProps<T>;
../../node_modules/.pnpm/recharts@2.1.16_fbbixigdshhwz6qslju44ayfr4/node_modules/recharts/types/component/LabelList.d.ts:21:27
21 export declare type Props<T> = SVGProps<SVGElement> & LabelListProps<T>;
~
This type parameter might need an `extends Data` constraint.