Skip to content

devbridie/unjquerify-frontend

Repository files navigation

unjquerify-frontend

This project is the code behind unjquerify.com. It uses unjquerify as a source for plugins and babel-standalone for client-side transformations.

Usage

  • Ensure that npm is available.
  • Use npm install to install dependencies.
  • Use npm run copy-sources to copy documentation from the GitHub-hosted unjquerify 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 of unjquerify-frontend.

Contributing

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).