Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yinkakun/planthome


https://github.com/yinkakun/planthome

Last synced: about 1 month ago
JSON representation

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
```