Skip to content

illepic/downfall_landing

Repository files navigation

Downfall landing page

"Temporary" page set up to direct users to other Downfall communities while the site is "in development". Building using Parcel, Tailwind, AlpineJS.

Based on HTML5 Up Dimension theme.

Installation

  1. Node 12+/NPM 6+
  2. Clone this repo, cd into local folder
  3. npm install

Local dev

  1. npm start
  2. Visit http://localhost:1234/

Build

  1. npm run build

Build and Serve

  1. npm run serve
  2. Visit http://localhost:5000/

Push to production

  1. Deploys to Netlify on every push to master

Cypress testing

  1. In one terminal run npm start
  2. In another terminal run npm run cypress
  3. Run tests manually from the Cypress UI