https://github.com/leapfrogtechnology/resume-builder
In House application to build resume for Leapfroggers.
https://github.com/leapfrogtechnology/resume-builder
Last synced: over 1 year ago
JSON representation
In House application to build resume for Leapfroggers.
- Host: GitHub
- URL: https://github.com/leapfrogtechnology/resume-builder
- Owner: leapfrogtechnology
- Created: 2020-04-15T07:34:21.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-06T08:43:23.000Z (over 3 years ago)
- Last Synced: 2025-04-04T17:51:43.413Z (over 1 year ago)
- Language: JavaScript
- Size: 3.8 MB
- Stars: 7
- Watchers: 5
- Forks: 9
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume-builder
In House application to build resume for Leapfroggers.
## Getting Started
```bash
$ npm install
```
```bash
$ npm run dev
```
## Formatting
Check for formatting errors.
```bash
$ npm run format:check
```
Fix formatting errors.
```bash
$ npm run format
```