Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bramus/view-transitions-demos
https://github.com/bramus/view-transitions-demos
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bramus/view-transitions-demos
- Owner: bramus
- License: apache-2.0
- Created: 2023-12-13T22:46:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:38:38.000Z (8 months ago)
- Last Synced: 2024-05-01T23:16:10.232Z (8 months ago)
- Language: HTML
- Homepage: https://view-transitions.netlify.app/
- Size: 2.84 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View Transitions Demos
A bunch of View Transitions demos
## Installation
- Clone this Repo
- Install dependencies using NPM```bash
npm i
```## Running the project
- Start the local server
```bash
npm run start
```- Visit [http://localhost:3000/](http://localhost:3000/)
## Deployment
This project gets published to https://view-transitions.chrome.dev/. Publishing is only possible by Googlers with proper access.
```
npm run deploy
```# License
See enclosed [LICENSE](./LICENSE)