All Projects → Urigo → angular-meteor-docs

Urigo / angular-meteor-docs

Licence: other
Source for http://www.angular-meteor.com/

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

angular-meteor.com

This repository contains the actual source code of the angular-meteor.com website, which uses angular-meteor-tutorial-infrastructure in order to generate static HTML website from Git managed tutorials (powered by tortilla package).

Generate static website for local usage

$ yarn
$ yarn generate

Then all of the generated HTML files will be in: ./static-website/ directory.

If you have an issue with GitHub API rate-limiter, create a GitHub developer application (https://github.com/settings/developers) and then run as follow:

$ CLIENT_ID="??" CLIENT_SECRET="??" yarn generate

Generate static website for publishing to gh-pages

$ npm install
$ npm run generate
$ npm run deploy

Development

Install modules first:

$ npm install

And in two different Terminal tabs:

$ npm start
$ npm run watch

Open your browser http://localhost:3000 !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].