https://github.com/danielsharkov/patternvisualizer
https://github.com/danielsharkov/patternvisualizer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsharkov/patternvisualizer
- Owner: DanielSharkov
- Created: 2020-07-05T17:36:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T10:15:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T01:28:10.171Z (6 months ago)
- Language: Svelte
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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`.