Components dashboard for RT design system.
Tailwind and Nunjucks.
Clone this repository, then, within the project folder, run:
npm installin order to install the environment.
You need at least v20.9.0 Node.
When all the packages and dependences are installed successfully, you can run:
npm run startto start Fractal server and Webpack in development mode.
You can run:
npm run buildto build a static version in the dist folder.
Run:
npm run build-svg-spriteto compile Svg Sprite file
Run:
npm run build-svgto compile Svg Sprite file and generate yml config file for svgs (will be used in Nunjucks to render icon list).