Skip to content

AnalogFolk/folk-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folk Style

GitHub package.json version (branch) Netlify code style: prettier GitHub

An opinionated but simple style guide for technical projects authored at Analogfolk.

Build Setup

Local setup is simple enough; install dependencies and run the Nuxt project. The master branch automatically deploys to Netlify.

It's a static (nuxt generated) site. Individual guidelines are Markdown files, added to pages via @nuxt/content.

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

TODO

  • Improve .NET section
  • Add section on Infrastructure as code
  • Add API Design principles (REST, versioning etc.)
  • Translation in to Spanish

Packages

No packages published

Languages

  • Vue 71.5%
  • JavaScript 20.4%
  • SCSS 7.8%
  • CSS 0.3%