Official Website of expect(Exception).
This is a fork of the Sapper + TailwindCSS Rollup template.
- Make sure you're up and running node v8+ (but just use v12+)
- Run
npm installoryarn install - Run
npm run transformto create the podcasts RSS feed which is the data source for the content of the routes/podcastand/podcast/[slug].
Run the project and the tailwind watcher in development mode with:
npm run devand to rebuild the CSS in another window:
npm run dev:tailwindcssOpen up localhost:3000.
Run the project in production mode with:
npm run build && npm startThis application is deployed on Now. The project will automatically be redeployed by pushing on the master branch. If you need access to the Now Team, contact Vannsl.
To change settings, run:
npm install -g now
nowThis project contains Cypress tests. To run the tests, execute
npm run cyThis project contains Jest tests. To run the tests, execute
npm run test
npm run test:watch # watch mode
npm run test:coverage # coverage mode- HMR isn't working? There has been an [issue](https://github.com/sveltejs/sapper/issues/1151] which should be fixed by now. If not, try running
npm run build && npm startto see changes. - Routes
/podcastand/podcast/[slug]are broken or don't show new episodes? (Re)runnpm run transform. If that get's too complicated, we could add that command to thenpm run devcommand.