An HTML implementation of refrigerator magnets, with an extra Twitter feed. #complete http://www.elfsternberg.com/2012/03/27/project-fridgemagnets-poetry/
Go to file
Elf M. Sternberg 97dde3bdfe Removing cruft. 2025-01-20 16:03:38 -08:00
.husky Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
.storybook Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
assets Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
media Initial check-in after being scrubbed of sensitive data. 2012-03-27 16:18:55 -07:00
src Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
stories Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
test Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
.editorconfig Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
.gitignore Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
LICENSE.md Working on the lit evolution. 2024-11-16 20:07:16 -08:00
README.md Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
index.html Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
mute.png Initial check-in after being scrubbed of sensitive data. 2012-03-27 16:18:55 -07:00
package-lock.json Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
package.json Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
pingbg.png Initial check-in after being scrubbed of sensitive data. 2012-03-27 16:18:55 -07:00
rollup.config.js Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
tsconfig.json Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
tweetthis.png Initial check-in after being scrubbed of sensitive data. 2012-03-27 16:18:55 -07:00
unmute.png Initial check-in after being scrubbed of sensitive data. 2012-03-27 16:18:55 -07:00
web-dev-server.config.js Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00
web-test-runner.config.js Updated movement code for performance and accuracy. 2025-01-20 16:03:18 -08:00

README.md

Open-wc Starter App

Built with open-wc recommendations

Quickstart

To get started:

npm init @open-wc
# requires node 10 & npm 6 or higher

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.