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

https://github.com/cosmicjs/landing-page

A simple Node.js landing page powered by Cosmic JS
https://github.com/cosmicjs/landing-page

Last synced: 11 months ago
JSON representation

A simple Node.js landing page powered by Cosmic JS

Awesome Lists containing this project

README

          

# Landing Page
![Cosmic Landing Page](https://cosmicjs.imgix.net/d853eea0-c663-11e6-9d4e-3b627b472fc5-landing-page.png?w=1500)
### [View Demo](https://cosmicjs.com/apps/landing-page/demo)
### Getting Started
```
git clone https://github.com/cosmicjs/landing-page
cd landing-page
yarn
```
#### Start app
```
yarn start
```
#### Start app connected to your Cosmic JS Bucket
```
COSMIC_BUCKET=your-bucket-slug yarn start
```
Open [http://localhost:3000](http://localhost:3000).

### Manage Content
You can easily manage all of the content on this Landing Page on Cosmic JS. Follow these steps:

1. [Log in to Cosmic JS](https://cosmicjs.com).
2. Create a Bucket.
3. Go to Your Bucket > Apps.
4. Install the [Landing Page](https://cosmicjs.com/apps/landing-page).
5. Deploy your Landing Page to the Cosmic App Server at Your Bucket > Web Hosting.