summaryrefslogtreecommitdiff
path: root/examples/hackernews/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Fix: lang unspecified code blocks (#8461)Gravatar Marc 1-2/+2
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 1-1/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-04-18docs: add the right `npm` command regarding `astro --help` for examples' ↵Gravatar Laurent Thiebault 1-8/+8
`README.md` files (#6864)
2023-02-23Fixes example README links to open in codespaces (#6346)Gravatar Brian McManus 1-1/+1
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 1-0/+1
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-03Update open with codesandbox link to use synced sandboxes (#6105)Gravatar Obinna Ekwuno 1-1/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 1-0/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-01Adds a Hackernews example site (#5213)Gravatar Tony Sullivan 1-0/+57
* adds the hackernews example - TODO add readme content * refactor: moving styles from root.css into components * chore: add README content * chore: lint fixes + prettier-plugin-astro@0.4.0 * Update examples/hackernews/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * lint: remove unused variable * nit: adding check command to example Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>