https://github.com/tw00/blog-chemotaxis
https://github.com/tw00/blog-chemotaxis
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tw00/blog-chemotaxis
- Owner: tw00
- Created: 2020-01-06T06:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T07:22:28.000Z (over 5 years ago)
- Last Synced: 2025-02-17T20:19:41.096Z (4 months ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-chemotaxis
Code for this [blog post](https://tw00.dev/post/other/chemoxtaxis/)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).