8000 GitHub - connorads/codat-docs: Build powerful applications with financial data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

connorads/codat-docs

 
 

Repository files navigation

Codat docs

The official Codat documentation.

Website Deploy Linkinator CI


Running locally

Prerequisites

Git LFS

This website uses [Git Large File Storage] (LFS) to efficiently store images. You need to install Git LFS.

brew install git-lfs
git lfs install

All .jpg, .jpeg, and .png files are tracked.

Read more

Create a .env file

The docusaurus config expects certain environment variables to be defined. We've included .env.example - copy this and rename it to .env. You can enter any random string for the IDs.

copy .env.example .env # on Windows 
cp .env.example .env # on Mac

Install npm dependencies

npm install

Run the project

npm run start

Editing article markdown files

/docs


Updates feed: https://codat-docs.vercel.app/updates/rss.xml


Built with Docusaurus.

About

Build powerful applications with financial data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 44.9%
  • JavaScript 33.9%
  • TypeScript 17.7%
  • CSS 3.5%
0