Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.38 KB

index.md

File metadata and controls

34 lines (28 loc) · 1.38 KB

helix-logo

Helix - mytestproject

It works! mytestproject is up and running.

What's next?

  1. Try editing index.md and see what happens.
  2. Try editing src/html.htl to change the HTML output
  3. Try editing htdocs/style.css to change the way this page looks

And then?

  1. Commit your changes: git commit -a
  2. Publish your project to GitHub: git remote add origin https://github.com/user/repo.git && git push
  3. Deploy the project: hlx deploy
  4. Make it visible to the world: hlx publish