https://github.com/gravity-ui/landing
https://github.com/gravity-ui/landing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/landing
- Owner: gravity-ui
- License: mit
- Created: 2022-12-01T09:15:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:14:06.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:36:25.642Z (over 1 year ago)
- Language: TypeScript
- Size: 351 MB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Gravity UI landing page
https://gravity-ui.com/
## Development
Add `.env` file to the root of project with the following content:
```sh
GITHUB_TOKEN=
```
`` is your [GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
Install dependencies:
```sh
npm ci
```
Start dev server:
```sh
npm run start
```
#### Optional env variables
```sh
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"
```