Skip to content

ericjaurena/docs

 
 

Repository files navigation

docs

Source code for docs.allora.network

Built with yarn and NodeJS v20.12.2

Instructions

Development:

yarn dev

then navigate to http://localhost:3000

Production:

yarn build && yarn start

Fix Links

To fix links in the markdown files, run the following command:

yarn fixlinks

If duplicate filenames are desirable, one can run the command as:

yarn fixlinks | grep Broken

to only see the broken links, no logs of duplicate filenames.

License

Apache 2.0

About

Source code for docs.allora.network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 95.4%
  • TypeScript 3.2%
  • JavaScript 1.4%