An open API service indexing awesome lists of open source software.

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.

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
```