https://github.com/googlechromelabs/css-wrapped-2024
Source for CSS Wrapped 2024
https://github.com/googlechromelabs/css-wrapped-2024
css
Last synced: 12 months ago
JSON representation
Source for CSS Wrapped 2024
- Host: GitHub
- URL: https://github.com/googlechromelabs/css-wrapped-2024
- Owner: GoogleChromeLabs
- License: apache-2.0
- Created: 2024-09-27T10:09:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T15:12:45.000Z (about 1 year ago)
- Last Synced: 2025-07-03T15:05:58.613Z (12 months ago)
- Topics: css
- Language: Astro
- Homepage: https://chrome.dev/css-wrapped-2024
- Size: 23.6 MB
- Stars: 86
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# CSS Wrapped 2024
Source code for CSS Wrapped 2024 – https://chrome.dev/css-wrapped-2024/
## Development
Spin up with `npm start`
## Deploying to production
To deploy, invoke `npm run deploy`.
This will build the project to `./dist` with the `--base` flag set to `css-wrapped-2024`, and then upload the files to the `chrome-dev-demos` bucket.
Only Googlers with sufficient permissions can deploy to `chrome.dev`. Make sure you are authenticated with `gcloud auth login`.
## License
This project is released under the Apache 2.0 License. See the enclosed [`LICENSE`](./LICENSE) for details.
## Contributing
We'd love to accept your patches and contributions to this project. See the enclosed [`CONTRIBUTING`](./CONTRIBUTING) for details.