https://github.com/schafeld/rowrow.io
Website rowrow.io
https://github.com/schafeld/rowrow.io
javascript nodejs
Last synced: 2 months ago
JSON representation
Website rowrow.io
- Host: GitHub
- URL: https://github.com/schafeld/rowrow.io
- Owner: schafeld
- License: mit
- Created: 2018-09-21T14:13:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:19:28.000Z (over 2 years ago)
- Last Synced: 2025-03-14T16:47:36.289Z (over 1 year ago)
- Topics: javascript, nodejs
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rowrow.io
## Website experiment
'Hello World' Javascript fullstack experiment.
Deployed at www.rowrow.io and/or rowrow.io (DNS name pointing from original provider to Zeit.co).
Zeit deployment is auto-aliased to domain ```rowrow.io``` through _package.json_ entry:
````
"now": {
"name": "rowrow",
"alias": "rowrow.io"
}
````
Simply run ```now && now alias``` to deploy and alias in one step.
(changed to Zeit version 2 - work in progress...)