Snipa22 / universalis-docs

Documentation website for Universalis.

Home Page:https://docs.universalis.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

universalis-docs

Documentation website for Universalis.

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • export – exports static website to out folder
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier

About

Documentation website for Universalis.

https://docs.universalis.app

License:MIT License


Languages

Language:TypeScript 89.0%Language:Dockerfile 5.9%Language:JavaScript 4.9%Language:CSS 0.2%