Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsharkov/patternvisualizer
https://github.com/danielsharkov/patternvisualizer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsharkov/patternvisualizer
- Owner: DanielSharkov
- Created: 2020-07-05T17:36:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T01:03:00.000Z (about 2 years ago)
- Last Synced: 2023-03-10T09:47:10.688Z (almost 2 years ago)
- Language: Svelte
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pattern visualizer
## Get started
Online version at https://danielsharkov.github.io/PatternVisualizer/
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.