https://github.com/dcts/algotecture-landing
algotecture blockchain - internet of buildings frontend mockup
https://github.com/dcts/algotecture-landing
Last synced: 11 months ago
JSON representation
algotecture blockchain - internet of buildings frontend mockup
- Host: GitHub
- URL: https://github.com/dcts/algotecture-landing
- Owner: dcts
- Created: 2019-06-15T17:36:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:41:47.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:13:15.062Z (over 1 year ago)
- Language: Ruby
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algotecture - Internet of Buildings
### Notes
```bash
rails new \
--database postgresql \
--skip-active-storage \
--webpack \
-m https://raw.githubusercontent.com/lewagon/rails-templates/master/minimal.rb \
algotecture
rails g model building title description image_url location
```