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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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