https://github.com/datagrove/datagrove-main
Website for Datagrove INC
https://github.com/datagrove/datagrove-main
Last synced: 30 days ago
JSON representation
Website for Datagrove INC
- Host: GitHub
- URL: https://github.com/datagrove/datagrove-main
- Owner: datagrove
- Created: 2022-05-17T21:43:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:16:40.000Z (about 2 years ago)
- Last Synced: 2025-02-24T13:48:27.007Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datagrove
Website for [Datagrove INC](https://datagrove.com/)
The Datagrove main website is built using VitePress and Yarn.
Ensure that Modern Yarn is installed on your local computer:
```
yarn version
```
This should return a version greater than 1, if you have version 1.x.x then you have Yarn Classic installed. Install [Modern Yarn](https://yarnpkg.com/getting-started/install)
To install datagrove-main locally:
```
git clone https://github.com/datagrove/datagrove-main.git
yarn install
```
To run datagrove-main locally:
```
yarn docs:dev
```
To build datagrove-main for production:
```
yarn docs:build
```
To deploy to datagrove-main:
The Datagrove website is hosted by Cloudflare, and any updates to the datagrovecr repo will deploy those updates to the website itself.
```
git add .
git commit -m ""
git push
```
# Subdomains
## pawpaw.datagrove.com
Source code: https://github.com/froov/pawpaw
## ironshop.datagrove.com
Source code: https://github.com/ironshop