Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/empress/field-guide-default-template
https://github.com/empress/field-guide-default-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/empress/field-guide-default-template
- Owner: empress
- License: mit
- Created: 2019-06-15T17:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:16:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T21:20:25.416Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://field-guide-default-template.netlify.app/
- Size: 5.31 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
field-guide-default-template
==============================================================================This is a template designed to work with [field-guide](https://github.com/empress/field-guide) and is a fully-functional, static site implementation of a documentation site built on EmberJS with fully working out of the box SEO friendly output. It supports being hosted on Netlify, Github Pages, AWS S3 or any other static site hosting solution.
For more information on how to use this system [read the Field Guide documentation](https://github.com/empress/field-guide#readme) but if you want to get started straight away, try the quick start below.
If you want an example of this "in production" then check out the [Ember Styleguide](https://ember-styleguide.netlify.app). If you use this in production let me know [on Twitter](https://twitter.com/real_ate) and I can add a "built with field-guide" wiki.
You do not need to be a web developer to be able to use this system. You just write markdown files and the rest of the work is performed by EmberJS' build system.
Quick Start
------------------------------------------------------------------------------```sh
npm init ember-addon super-addoncd super-addon
ember install field-guide field-guide-default-template
```It will ask you if you want to update the `index.html` file and you should say yes 👍
If you want to see Field Guide running on your local machine just run `npm start` and you will be able to navigate to [http://localhost:4200](http://localhost:4200) to see the system in action.
Compatibility
------------------------------------------------------------------------------* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v10 or aboveContributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).