Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farmos/farmos.org

Repository for the official farmOS.org website.
https://github.com/farmos/farmos.org

agriculture farmos gatsby jamstack

Last synced: about 2 hours ago
JSON representation

Repository for the official farmOS.org website.

Awesome Lists containing this project

README

        

# farmOS.org
This is the repository for the official farmOS website, https://farmos.org.

It was built using [Gatsby.js], based on the [`gatsby-starter-default`]. Technical
documentation for farmOS, its client applications and libraries are loaded from
separate repositories via [`gatsby-source-git`], listed in [`source-repos.js`].

Development was supported by the [farmOS Community on Open Collective]. For more
background on the project, see the ["farmOS.org Redesign"] topic on the farmOS forum.

## Local Development

Clone, install and start:

```shell
git clone https://github.com/farmOS/farmOS.org.git
cd farmOS.org/
npm install
npm start
```

A preview should now be running at http://localhost:8000!

[Gatsby.js]: https://www.gatsbyjs.com/
[`gatsby-starter-default`]: https://github.com/gatsbyjs/gatsby-starter-default
[`gatsby-source-git`]: https://www.gatsbyjs.com/plugins/gatsby-source-git/
[`source-repos.js`]: /source-repos.js
[farmOS Community on Open Collective]: https://opencollective.com/farmos
["farmOS.org Redesign"]: https://farmos.discourse.group/t/farmos-org-redesign/505