An open API service indexing awesome lists of open source software.

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

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.