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
- Host: GitHub
- URL: https://github.com/illepic/downfall_landing
- Owner: illepic
- License: other
- Created: 2018-10-01T05:12:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T19:40:46.000Z (about 1 month ago)
- Last Synced: 2026-02-25T22:04:14.279Z (about 1 month ago)
- Topics: alpinejs, landing-page, parcel-bundler, parceljs, tailwindcss
- Language: HTML
- Homepage: https://www.downfallguild.org
- Size: 3.15 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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