The JavaScript Ecosystem for Server-rendered Web-Applications.
- Clone the repository:
git clone https://github.com/marcoroth/hotwire.io
- Install dependencies:
cd hotwire.io
- Setup the app (install dependencies, create the database, etc.)
bin/setup
- Run the app locally:
bin/dev
- The app should be now available at http://localhost:3000
open http://localhost:3000
-
Fork the repository on GitHub.
-
Follow steps in "Running locally" section above
-
Update your git remote URL
git remote set-url origin https://github.com/[user]/hotwire.io
- Fetch latest changes from your fork
git fetch origin
- Create new branch for your feature
git checkout -b your-feature
-
Do your changes
-
Commit your work
git commit -m "Message"
- Push your changes to your fork
git push origin
- Open pull request on GitHub
The project is available as open source under the terms of the MIT License.