This repo contains the source code and documentation powering https://hello.dev/.
- Git
- Node: any 12.x version starting with v12.0.0 or greater
- npm
- A fork of the repo (for any contributions)
- A clone of the hello.dev repo on your local machine
cd hello.dev
to go into the project rootnpm i
to install the npm dependencies
npm run dev
to start the hot-reloading development server (powered by Vite)open http://localhost:8080
to open the site in your favorite browser
Head over to our (GitHub Discussions)[https://github.com/hellocoop/hello.dev/discussions] page to ask and answer questions, get updates, have open-ended conversations, and follow along on decisions affecting the community's way of working.
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the contributing guidelines for the appropriate sections. Also make sure to go through our Code Of Conduct.
git checkout main
from any folder in your localhello.dev
repositorygit pull origin main
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
- Follow the "Running locally" instructions
- Save the files and check in the browser
- Changes to markdown files in
src
will hot-reload
If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFix navbar height on mobile
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the hello.dev repo and you should see recently pushed branches.
- Follow GitHub's instructions.
- If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
Content submitted to hello.dev is xxx, as found in the LICENSE-DOCS.md file.