Skip to content

autoNumeric/autonumeric.org

Repository files navigation

The https://docs.autonumeric.org website serves the official documentation for the AutoNumeric.js library.
Additionally, the http://autonumeric.org website presents the library, and serves interactive tools and examples for it.

This repository is the source for the autonumeric.org website.
For the https://docs.autonumeric.org website, please check the autonumeric-docs repository.

It's built with the awesome Vue.js framework, as well as the great Quasar framework.

Pull requests are welcome!

How to contribute

Start a dev server at localhost:8081:

$ npm install -g yarn

# in this repository directory, install the dependencies 
$ yarn

# and run the local dev server
$ yarn dev

...then hack away!

On Translations

At one point we'll need to translate this documentation.
We'll keep you posted here how you could help!

We got the French and English covered, and ideally we will need translators for Italian, Spanish, German, Chinese, Russian, Japanese, Korean, etc.

Want to help with the translation?

If you feel okay with translating sorta alone, you can fork the repo, create a work-in-progress issue to inform others that you're doing the translation, and go for it.

Thank you in advance ;)