https://github.com/adzialocha/swarm-animism
CTM HackLab 2018
https://github.com/adzialocha/swarm-animism
animals ctm flocking hacking swarm-intelligence
Last synced: about 2 months ago
JSON representation
CTM HackLab 2018
- Host: GitHub
- URL: https://github.com/adzialocha/swarm-animism
- Owner: adzialocha
- Created: 2018-01-30T11:12:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T12:50:38.000Z (over 7 years ago)
- Last Synced: 2025-02-14T22:29:29.585Z (4 months ago)
- Topics: animals, ctm, flocking, hacking, swarm-intelligence
- Language: JavaScript
- Size: 4.1 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swarm-animism
### Setup
```
npm install
```### Development
```
npm run serve
```### Deployment
```
npm run build
npm start
```