This project is a template and a real playground project at the same time.
Requirement:
- 📗 NodeJS 10+
- 🥟 Bun >= 1.0.13 - Dependency manager
First you'll have to install the root and playground dependencies :
$ bun install -y
$ cd playground && bun install -y
cd playground && bun run dev
for the playground projectbun run storybook:start
for Storybookbun run cypress:open
for Cypressbun run jest:start
for Jest
To ease a bit the Github Workflow debugging, feel free to use act like so:
$ act pull_request
Then create a PR and check the tests on Github.
When the actual files are not good enough for being copied, you must duplicate them using the pattern FILENAME.template.EXT
. Then update the generator in .bin/index.js
.
For the moment, all the generator logic is contained inside the .bin/index.js
.