Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 670 Bytes

docs.infinitic.io

Setup

Install dependencies:

npm install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run build

To preview the static generated app, run npm run start

For a detailed explanation of how things work, check out nextjs, markdoc and tailwind.

Releases

update banner in src/components/Banner

add version src/pages/docs/community/releases

update CURRENT_VERSION in src/components/Layout