joshwooding / salt-ds

React UI components built with a focus on accessibility, customisation and ease-of-use

Home Page:https://salt-ds-site.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local development

Please follow these steps in order to setup your local environment.

Create a Github token

On your Github profile, select SettingsDeveloper settingsPersonal access tokensTokens (classic).

Generate a new token that has repo and project permissions.

Create a .env.local file

Within the current directory, create a .env.local file and paste the following:

MOSAIC_ACTIVE_MODE_URL=http://localhost:8080
MOSAIC_DOCS_CLONE_CREDENTIALS=[your_github_username:your_token]
MOSAIC_SNAPSHOT_DIR=snapshots/latest
OPTIMIZE_IMAGES=false
SNAPSHOT_MODE=active

Run the local server

Run the following command and navigate to http://localhost:3000/local/index.

yarn serve

About

React UI components built with a focus on accessibility, customisation and ease-of-use

https://salt-ds-site.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 73.3%Language:CSS 19.0%Language:JavaScript 7.4%Language:Shell 0.3%