Skip to content

Technical Design

Taylor Snead edited this page Jun 18, 2021 · 18 revisions

Back-end

All back-end code is written in Rust.

Front-end

The front-end is written in TypeScript, built with React and Gatsby.

Development Resources

Here are a few resources that may be helpful during development or if you just want to explore the technical details of the project.

  • GraphQL Playground: Inspect the GraphQL schema that governs DAILP data, and make real queries against our lexical resources and Cherokee corpus.
  • Back-end Documentation: Check out the documentation for all of the back-end code, which is written in Rust. This documentation is generated with rustdoc.
  • Rust API Guidelines: Follow these guidelines where possible when working on library code, like the dailp crate (in the types folder).

Clone this wiki locally