Skip to content

SeedCompany/cord-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3023c40 · Apr 1, 2025
Dec 5, 2024
Oct 4, 2024
Apr 22, 2022
Oct 8, 2024
Jun 13, 2023
Oct 22, 2024
Apr 1, 2025
Nov 2, 2022
Oct 25, 2023
Jul 8, 2022
Mar 22, 2022
Apr 10, 2020
Apr 28, 2022
Mar 22, 2022
Aug 23, 2024
Mar 22, 2022
Apr 29, 2020
Jun 13, 2023
Oct 6, 2022
Oct 6, 2022
Aug 11, 2020
Apr 10, 2020
Jun 12, 2024
Jul 5, 2024
Apr 10, 2020
Jul 12, 2023
Jul 8, 2022
Oct 21, 2024
Feb 7, 2025
Jun 18, 2024
Aug 6, 2020
Jul 28, 2022
Feb 7, 2025

Repository files navigation

CORD Field

This is the UI for the CORD Field application.
The API is here.

Pre-requisites

You can see the complete setup guide for your local environment in the cord-docs wiki.

Note: Current version of nodejs or at least the LTS version is recommended. If you run in to a compilation with the node server error where the Buffer object does not have a 'blob' property, this is likely the issue. You can check your node version by running node -v

Local Development

  1. yarn install
  2. Ensure local API is running (see below)
  3. yarn gql-gen to generate schema files from API & operations
  4. yarn start to run the web server for development

Connecting to the API Server

By default, this project will attempt to access the cord api project that's running locally on your machine on port 3000.

If you'd like to change the API server that you're connected to, create an .env.local file with the following contents:

RAZZLE_API_BASE_URL=http://your-api-server-host.com:3000