https://github.com/imarc/pronto
https://github.com/imarc/pronto
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imarc/pronto
- Owner: imarc
- Created: 2023-07-05T21:37:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T14:05:02.000Z (5 months ago)
- Last Synced: 2026-01-23T14:14:44.424Z (5 months ago)
- Language: HTML
- Size: 696 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Pronto
Pronto is a package of front-end components built by Imarc. The components in Pronto are built to be changed over configured, with an emphasis on the code being simple to read and adapt to individual project needs.
For documentation, see https://imarc-pronto.netlify.app/components/overview/
## Installation
To install Pronto into your project, you can run:
```
npx @imarc/pronto@latest
```
### Advanced, non-interactive installation
There is a non-interactive way to install pronto that works, but you should expect changes in future versions:
```
npx @imarc/pronto@latest --non-interactive
```
Other than `` and ``, each argument should be `y` or `n`, and correspond to the interactive prompts.
## Contributing
Pronto is being developed as an open source project and welcomes contributions. Please read through Pronto's goals before contributing. We will be judicious about adding new dependencies to Pronto, however Pronto may leverage Vue, Vite, and Pinia.
### Working on Pronto
The recommended way to work on Pronto is to work within Vitrine after cloning Pronto:
1. Clone Pronto to a folder of your choosing.
2. Within that folder, run `npm install` and `npm run dev`.
3. Make sure to check any functional changes to Vitrine or Pronto also work properly with the build step `npm run prod` as well.