Tema JSONResume compatible con ATS para desarrolladores
npm install jsonresume-theme-dev-ats-esThis is the developer theme for JSON Resume, based off of jsonresume-theme-engineering and aims to implement the best practices for developer resumes with ATS compatibility.
- Español por defecto.
- Las URLs se limpian: se ignoran vacías y se agrega https:// si no hay protocolo.
- Migrado a resumed-cli y Node 18 (Volta) para servir/exportar el tema.
- Se ocultan proyectos opcionales con published: false.

To get started with theme development, this is what you'll need:
If you're on Linux, you can simply run:
```
sudo apt-get install nodejs-legacy npm
Or if you're on OSX and got Homebrew installed:
``
brew install node
We need to install the dependencies:
`bash`
npm install
If you do not provide a resume.json at the root directory level, copy the sample resume and run the development server:
``
cp sample-resume.json resume.json
npm start
You should now see this message:
``
Preview: http://localhost:4000
Press ctrl-c to stop
Congratulations, you've made it! You can now start to modify this theme (see Contribute section below).
file within your current directory:`
npm run export
``Alternatively, you can also do a print page on the browser and save it as as PDF (by setting margins to none and removing header/footers.)
Currently, this theme is still based on the old jsonresume-theme-boilerplate, so a look at the README will give you an overview of the files involved in theme modification.
Contributions to the implementation of new functions or bug fixes are very welcome!
Available under the MIT license.