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 https://localhost:3000
open https://localhost:3000
To run the linters with the provided configuration, follow these steps:
- Open the project's root directory in the terminal.
- Run the linting command:
bin/lint
- Review the linting results.
- Commit changes to your branch
- 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.