Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/farmos/farmos.org
- Owner: farmOS
- Created: 2021-03-17T15:41:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T19:13:26.000Z (about 2 months ago)
- Last Synced: 2024-09-10T21:51:38.287Z (about 2 months ago)
- Topics: agriculture, farmos, gatsby, jamstack
- Language: JavaScript
- Homepage: https://farmOS.org
- Size: 2.88 MB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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