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

https://github.com/binarcode/guidelines.binarcode.com

The guidelines used at our company
https://github.com/binarcode/guidelines.binarcode.com

Last synced: 6 months ago
JSON representation

The guidelines used at our company

Awesome Lists containing this project

README

          

# binarcode.gudelines

## Setup

Install dependencies:

```bash
npm run install
```

## Development

```bash
npm run dev
```

## Static Generation

This will create the `dist/` directory for publishing to static hosting:

```bash
npm run generate
```

To preview the static generated app, run `npm run start`

For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).