/resumebuilder.dev

Free resume builder for developers.

Primary LanguageTypeScriptMIT LicenseMIT

resumebuilder.dev

tested with jest Cypress.io tests code style: prettier GitHub license

Free resume builder for developers.

Screenshot

Getting started

git clone https://github.com/malcodeman/resumebuilder.dev.git
cd resumebuilder.dev
yarn install
yarn dev

Testing

Project contains both unit(jest) and e2e(cypress) tests.

"test": "jest --watch",
"test:ci": "jest --ci",
"cypress:open": "cypress open",
"cypress:ci": "cypress run --headless"

License

MIT