Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/planthome
https://github.com/yinkakun/planthome
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinkakun/planthome
- Owner: yinkakun
- License: mit
- Created: 2021-08-13T09:22:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T11:30:11.000Z (over 3 years ago)
- Last Synced: 2024-10-14T07:11:39.552Z (3 months ago)
- Language: TypeScript
- Homepage: https://planthomehq.vercel.app
- Size: 3.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planthome
An e-commerce landing page for a fictitious plant selling company. built with gatsbyjs and coupled with sanity cms for content management. [View Live Demo](https://planthomehq.vercel.app)
Built with GatsbyJS, Sanity CMS, Typescript & TailwindCSS
## Local development
1. Clone the repository
```bash
git clone https://github.com/yinkakun/planthome
```2. Navigate into repository
```bash
cd planthome
```3. Install the dependencies
```bash
yarn install
```4. Start the development server
```bash
yarn dev
```5. Start the build mode
```bash
yarn build
```