"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.
- Node 12+/NPM 6+
- Clone this repo,
cdinto local folder npm install
npm start- Visit http://localhost:1234/
npm run build
npm run serve- Visit http://localhost:5000/
- Deploys to Netlify on every push to
master
- In one terminal run
npm start - In another terminal run
npm run cypress - Run tests manually from the Cypress UI