ffbad-espace-club-components
Install and use this lib in another project
Install latest released version
npm i --save ffbad-espace-club-components
Install snapshot version
npm i --save ffbad-espace-club-components
Development
This project has been created and packaged following This Guide
Prerequisites
Contribute
- Please follow these commiting rules (only) when merging your pull requests: Semantic Release
run
npm start
test
npm test
or
npm test:watch
build
IF ERROR RUN START STORYBOOK:
node18
yarn remove node-sass
NODE_OPTIONS=--openssl-legacy-provider yarn start
BUILD =
node18
yarn build
yarn postbuild
npm publish
"postbuild": "sass src/assets/css/styles.scss:build/assets/css/bundle.css --style=compressed && npm run copy-fonts && npm run copy-images"