This project is the code behind unjquerify.com.
It uses unjquerify as a source for plugins and babel-standalone
for client-side transformations.
- Ensure that
npm
is available. - Use
npm install
to install dependencies. - Use
npm run copy-sources
to copy documentation from the GitHub-hostedunjquerify
project to the project assets. - Use
npx ng serve --open
to run a local development server. This will open a browser pointed to a local development copy ofunjquerify-frontend
.
Contributions are always welcome. Please see this project's issue tracker. Before submitting a pull request, please verify that your changes pass linting (run with npx ng lint
).