Skip to content

Francesco146/nothanks

 
 

Repository files navigation

No Thanks

A fork of "No Hello".

Getting Started

It's a JavaScript site, so you'll need node installed. Using nvm will make sure you're using the right version.

# git clone, etc
yarn        # install dependencies
yarn serve  # run development server

Then open localhost:8123 in your browser, and you should be ready to disco.

Making Changes

Unit tests are via Mocha. Nothing too fancy there.

We use UI tests via Playwright. To ensure consistency, the snapshots are taken with a Linux container. To run this locally for convenience, you'll need two things installed: Docker and act.

Available commands:

yarn check-snapshots  # do your snapshots match?
yarn update-snapshots # if not, update your snapshots!

About

nohello fork for the "Thanks" replies.

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 32.4%
  • Nunjucks 23.2%
  • CSS 22.5%
  • JavaScript 21.0%
  • Shell 0.9%