Skip to content

Commit 198f164

Browse files
docs: update README.md [skip ci]
1 parent 8eef978 commit 198f164

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Scala 3 / NextJS Starter
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
This is a Scala 3, Next.js and Tailwind template featuring:
47
- a [next.js](https://nextjs.org/) web application using Scala 3 and
@@ -108,3 +111,23 @@ export {Component as default} from '../target/js/Homepage';
108111
Take a look at
109112
[scalajs-react's documentation on interoperability](https://github.com/japgolly/scalajs-react/blob/master/doc/INTEROP.md)
110113
for more info.
114+
115+
## Contributors ✨
116+
117+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
118+
119+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
120+
<!-- prettier-ignore-start -->
121+
<!-- markdownlint-disable -->
122+
<table>
123+
<tr>
124+
<td align="center"><a href="https://guillaumebogard.dev"><img src="https://avatars.githubusercontent.com/u/8615241?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Guillaume Bogard</b></sub></a><br /><a href="https://github.com/gbogard/scala3-nextjs-template/commits?author=gbogard" title="Code">💻</a> <a href="https://github.com/gbogard/scala3-nextjs-template/commits?author=gbogard" title="Documentation">📖</a></td>
125+
</tr>
126+
</table>
127+
128+
<!-- markdownlint-restore -->
129+
<!-- prettier-ignore-end -->
130+
131+
<!-- ALL-CONTRIBUTORS-LIST:END -->
132+
133+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)