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
- Host: GitHub
- URL: https://github.com/cosmicjs/landing-page
- Owner: cosmicjs
- License: mit
- Created: 2016-12-20T03:19:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T09:22:04.000Z (over 4 years ago)
- Last Synced: 2025-04-05T05:03:33.725Z (about 1 year ago)
- Language: CSS
- Homepage: https://cosmicjs.com/apps/landing-page/demo
- Size: 12.5 MB
- Stars: 19
- Watchers: 2
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page

### [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.