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

https://github.com/illepic/downfall_landing

Landing page for downfallguild.org
https://github.com/illepic/downfall_landing

alpinejs landing-page parcel-bundler parceljs tailwindcss

Last synced: 15 days ago
JSON representation

Landing page for downfallguild.org

Awesome Lists containing this project

README

          

# 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+
1. Clone this repo, `cd` into local folder
1. `npm install`

## Local dev

1. `npm start`
1. Visit [http://localhost:1234/](http://localhost:1234/)

## Build

1. `npm run build`

## Build and Serve

1. `npm run serve`
1. Visit [http://localhost:5000/](http://localhost:5000/)

## Push to production

1. Deploys to Netlify on every push to `master`

## Cypress testing

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