johnpapa/hello-worlds

Jekyll

Open

#97 opened on 2020年5月26日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (74 forks)github user discovery
help wanted

Repository metrics

Stars
 (129 stars)
PR merge metrics
 (PR metrics pending)

説明

By making a PR you are agreeing to that contributing a hello world project allows the repo/project owner to use the hello world app in examples for their own use.

  • only the most simple basic hello world app
  • remove all tests and commands for tests and dependencies for tests
  • must say "Hello World" on the main component
  • only include the minimal components (1 ideally)
  • no routing, not extras whatsoever
  • no styling
  • nothing else !
  • must work by running npm install and npm start (or equivalent)
  • must be in the folder named <tech-name>
  • add build steps and which folder to serve in the README.md
  • verify that the app once built can be served from whatever folder the built assets are placed in
  • verify that a Pull Request doesnt already exist. If it does, feel free to contribue to it.

コントリビューターガイド