https://github.com/zdodson21/haxcms-party-ui
haxcms-party-ui web component designed for hax.psu.edu, designed for Penn State University "Programming for the Web" (IST 256) class. To view web component source code, please navigate to src folder and open 'haxcms-party.js'. For all of my IST 256 projects, please view my 'polaris-chip' repository.
https://github.com/zdodson21/haxcms-party-ui
html-css-javascript litelement
Last synced: 8 months ago
JSON representation
haxcms-party-ui web component designed for hax.psu.edu, designed for Penn State University "Programming for the Web" (IST 256) class. To view web component source code, please navigate to src folder and open 'haxcms-party.js'. For all of my IST 256 projects, please view my 'polaris-chip' repository.
- Host: GitHub
- URL: https://github.com/zdodson21/haxcms-party-ui
- Owner: zdodson21
- License: mit
- Created: 2024-04-05T01:33:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T22:33:06.000Z (about 2 years ago)
- Last Synced: 2025-03-04T23:30:02.765Z (over 1 year ago)
- Topics: html-css-javascript, litelement
- Language: JavaScript
- Homepage: https://haxcms-party-ui.vercel.app/
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Open-wc Starter App
[](https://github.com/open-wc)
## Quickstart
To get started:
```bash
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
- `format` fixes linting and formatting errors
## 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.