зеркало из https://github.com/microsoft/moab.git
bc3242bddd
To install: `brew install sass/sass/sass` |
||
---|---|---|
_site | ||
img | ||
js | ||
scss | ||
.gitignore | ||
11ty.js | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
package-lock.json | ||
package.json | ||
webpack.config.js |
README.md
Project Moab microsite
Location for the Project Moab assets, tutorial, documentation and HTML content.
Installation
npm install
Develop
Starts a local server. This will start a 11ty server and auto reload on changes.
npm run start
Deploy
Builds and commits to gh-pages branch.
npm run deploy