https://github.com/quantuminformation/coherency
https://github.com/quantuminformation/coherency
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantuminformation/coherency
- Owner: quantuminformation
- License: mit
- Created: 2023-08-20T20:03:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T12:26:33.000Z (over 2 years ago)
- Last Synced: 2025-06-28T21:44:42.661Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started
To get this project running locally, clone the repository and run `npm install` followed by `npm start`. The `npm` commands are used here primarily to start a local server using the `server` package. If you already have a server setup you prefer, feel free to use that instead.
You can also run without a server by enabling `use-hash` in the `router` component, which uses hash-based routing. This method is used in our GitHub Pages live demo: [Vanilla.js Patterns Live Demo](https://quantuminformation.github.io/vanillajs-patterns/).