- https://www.un.org/en/delegate/page/un-system-chart
- https://www.un.org/un80-initiative/en/shifting-paradigms-1
Make the UN System interactively discoverable and navigate to all available resources.
-
Install Dependencies
Run the following command to install all required dependencies:npm install
-
Run Development Server
Start the development server with:npm run dev
The application will be available at
http://localhost:3000
. -
Build for Production
To create a production build, use:npm run build
- fetching from Airtable API
- minimal data wrangling in Python, export to JSON
To quickly refresh the data:
bash python/update_data.sh
- Daily data fetch
- Continous deploy
npx shadcn --version
npx next --version
npx tsc --noEmit
npm run lint
npx eslint . --ext .js,.jsx,.ts,.tsx
npm run format