- Update all the TODO placeholder as it is required:
grep -RHn TODO . - Edit
package.jsonand set the name for your nodejs project. - Set up the REST API to be generated by adding the download of them, unless
you are already generating the client API in a different repository and
reusing; in the last case, remove the rule
generate-clientatscripts/mk/nodejs-rules.mkfile. - Remove this section.
Once task
echo 'export TOOLBOX="-dev"' > .envrc
direnv allow
toolbox.sh createDay to day
toolbox.sh enter
make format # Run prettier to align to the format style
make lint # Run linter on the source code
make test # Run tests
make build # Build the source code into the dist/ directory
make start-dev # Start development server so the page reload with the new changesSee: Contributing.
See: Security.
See: Documentation.
This repository is published under the apache-2 license. See LICENSE file.
Additionally mention:
- patternfly-seed repository use MIT license and was used as starting point for creating this one.