-
Install nvm
-
Use node version:
nvm use
(maybenvm install
will be required) -
Install
pnpm
:npm install -g [email protected]
-
Fetch dependencies inside clone of this repo:
pnpm install
-
Copy
.env.example
to.env
:cp .env.example .env
-
Edit it, change
FIESTA_DATA_PATH
to some path like:FIESTA_DATA_PATH = /home/your-user/projects/fiesta-data
-
Run:
npm run start:fiesta
@directus/sdk
is not supports latest TypeScriptrecharts
contain bad typedefs:
../../node_modules/.pnpm/[email protected]_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/[email protected]_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.