Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase committed Apr 12, 2022
2 parents d92a7dd + d2642e2 commit e15357a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Submission PR Review
on: pull_request
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cat README.md
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/solidhack-submissions.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ After being accepted, your entry will be listed on the SolidHack website. Submis

- [Zutto](https://github.com/DanielHZhang/zutto)
- [Example App Project](https://github.com/solidjs/solidhack-submissions)
- [MDB](https://github.com/AlidotSal/MDB)
- [Solid Data Grid](https://github.com/esveo/solid-data-grid-demo)
- [first-person-shooter](https://github.com/LUMECraft/first-person-shooter)
- [CodeImage](https://github.com/riccardoperra/codeimage)
- [rehash.one](https://github.com/TheKatze/rehash)
Expand All @@ -27,11 +29,13 @@ After being accepted, your entry will be listed on the SolidHack website. Submis
- [MagicPixels](https://github.com/maxdavidwow/magic-pixels)
- [Sudoku Solver](https://github.com/sadanandpai/sudoku-solver)
- [Studyur](https://github.com/jherr/studyur)
- [GDrive Tree](https://github.com/frozar/gdrive-tree)
- [NFT Watch Party](https://github.com/conceptadev/nft-watch-party)

### Best Ecosystem Utility Award

- [Example Ecosystem Project](https://github.com/solidjs/solidhack-submissions)
- [Blitz](https://github.com/dimensionhq/blitz)
- [Solid Native](https://github.com/tjjfvi/solid-native)
- [Meteor support for SolidJS](https://github.com/edemaine/meteor-solid-hack)
- [Solid-Spring](https://github.com/Aslemammad/solid-spring)
Expand Down Expand Up @@ -61,5 +65,6 @@ After being accepted, your entry will be listed on the SolidHack website. Submis

- [Example Student Project](https://github.com/solidjs/solidhack-submissions)
- [Sailwind](https://github.com/lawrencecchen/sailwind)
- [Solid Table](https://github.com/mokshit06/solid-table)
- [Hydrogen - Social media web app powered by SolidJS](https://github.com/harshmangalam/hydrogen-solidjs-client)
- [Bloki app](https://github.com/MrFoxPro/bloki)

0 comments on commit e15357a

Please sign in to comment.