Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.78 KB

index.md

File metadata and controls

47 lines (40 loc) · 2.78 KB
title image
NAU Code - Nau Studio code documentation hub
path height width
/cover.png
339
576

Welcome to Nau Code, collection of conventions, workflows documentation and open source projects by Nau Studio team.

Conventions

Working Environment Configuration

  • Nau dotfiles for:

    • macOS
    • VSCode (our current preferred code editor)
    • Sublime Text 3
  • Yeoman NauJS Generators:

    • Install: npm install --global yo generator-naujs
    • Generators:
      • yo naujs: NAU 2017 project workflow setup
      • yo naujs:gulp: generate basic gulpfile and install its dependencies
      • yo naujs:gulp-iconfont: add gulp iconfont task and install its dependencies
      • yo naujs:dotfiles: add dotfiles config for projects (can be used alone)

Open Source