Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 949 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 949 Bytes

Rivet Site

rivet.gg

Project structure

public/           Static assets
  fonts/
  icons/          Favicons
  promo/          Assets used for promotional marketing
scripts/
src/
  content/        This is where all MDX content lives.
  authors/
  components/     Reusable components
  generated/      Content generated from the rivet-gg/rivet repo with scripts/generate*.js
  lib/            Helper libraries used at build time
  mdx/            "
  pages/          MDX & JSX content to serve as pages
  styles/         Static stylesheets (seldom used)
_redirects        https://developers.cloudflare.com/pages/platform/redirects/

Developing

cd site
yarn install
yarn dev

Open http://localhost:3000 in your browser to view the website.

License

This site template is a commercial product and is licensed under the Tailwind UI license.