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
- Host: GitHub
- URL: https://github.com/binarcode/guidelines.binarcode.com
- Owner: BinarCode
- Created: 2020-04-10T20:45:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T13:56:30.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:48:38.595Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://guidelines.binarcode.com/
- Size: 4.39 MB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).