Skip to content

lu-perfect/landing

 
 

Repository files navigation

Gravity UI landing page

https://gravity-ui.com/

Development

Add .env file to the root of project with the following content:

GITHUB_TOKEN=<TOKEN>

<TOKEN> is your GitHub personal access token.

Install dependencies:

npm ci

Start dev server:

npm run start

Optional env variables

GITHUB_PROFILE="your profile" # default gravity-ui, target profile for pulling documentation from components

# Dev branches for testing component documentation
DEV_BRANCH_UIKIT="dev-branch-name"
DEV_BRANCH_COMPONENTS="dev-branch-name"
DEV_BRANCH_DATE_COMPONENTS="dev-branch-name"
DEV_BRANCH_NAVIGATION="dev-branch-name"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.2%
  • MDX 30.5%
  • SCSS 10.5%
  • JavaScript 2.4%
  • CSS 1.4%