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
- Node 12+/NPM 6+
- Clone this repo,
cd
into local folder npm install
Local dev
npm start
- Visit http://localhost:1234/
Build
npm run build
Build and Serve
npm run serve
- Visit http://localhost:5000/
Push to production
- Deploys to Netlify on every push to
master
Cypress testing
- In one terminal run
npm start
- In another terminal run
npm run cypress
- Run tests manually from the Cypress UI