/aerial

A domain name landing page starting point thingy using RedwoodJS,

Primary LanguageCSS

Aerial

A placeholder landing page made with RedwoodJS.

Currently, the goal of the project is to simply be a deployable landing page for unused domain names / archived projects. Needs only a few ENV variables set to get started!

ENV Vars

DISPLAY_URL=domain.com

TAGLINE_DESC=Project On-Hold, Domain Unavailable

DEV_URL=https://github.com/**USERNAME**?tab=repositories

ADMIN_EMAIL=email@address.com

Development

Prerequisites

Dev Tools

Use git to clone for local development && run from terminal:

yarn install
yarn redwood dev

Opens to http://localhost:8706 with live-refresh on file change.

The Redwood CLI

yarn redwood --help

Full CLI Reference.