flat-skeuomorph css components
This project is made up of two main packages:
To start a development server with hot reloading, run the following command:
npm ci
npm run devThis will run a next.js development server at http://localhost:3000, as well
as a watch process to rebuild any css files or React components. Documentation
is written in the TSdoc of each component directly in the React workspace.
To build the css file, run the following command:
npm ci
npm run buildThe css file will be output to workspaces/core/dist/shale.css.
- Edit the version in
package.jsonfiles in the root workspace with the desired version. - Run the following:
npm run version
git tag x.y.z
git push origin x.y.z
- The GitHub action hopefully does the rest