Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 979 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 979 Bytes

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 protected]

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.