Skip to content

Commit 1a44080

Browse files
authored
Merge pull request #3317 from bluewave-labs/develop
develop -> demo
2 parents 762615b + 921a1c5 commit 1a44080

File tree

601 files changed

+18232
-37555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+18232
-37555
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
.VSCodeCounter
44
*.sh
55
mongo
6+
node_modules/
7+
docs/architecture
8+
docs/reviews

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
echo "Running lint-staged..."
3+
cd client && npx lint-staged && cd ..
4+
cd server && npx lint-staged && cd ..

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ You can see the memory footprint of MongoDB and Redis on the same server (398Mb
7979

8080
If you have any questions, suggestions or comments, you have several options:
8181

82-
- [Discord channel](https://discord.gg/NAb6H3UTjK)
83-
- [GitHub Discussions](https://github.com/bluewave-labs/bluewave-uptime/discussions)
84-
- [Reddit group](https://www.reddit.com/r/CheckmateMonitoring/)
82+
- [Discord channel](https://discord.gg/NAb6H3UTjK) (preferred)
83+
- [GitHub Discussions](https://github.com/bluewave-labs/bluewave-uptime/discussions) (we check here from time to time)
8584

8685
Feel free to ask questions or share your ideas - we'd love to hear from you!
8786

@@ -148,7 +147,7 @@ If you would like to sponsor an additional feature, [see this page](https://chec
148147

149148
## Contributing
150149

151-
We are [Alex](http://github.com/ajhollid) (team lead), [Gorkem](http://github.com/gorkem-bwl/), [Owaise](http://github.com/Owaiseimdad), [Aryaman](https://github.com/Br0wnHammer), [Mert](https://github.com/mertssmnoglu) and [Karen](https://github.com/karenvicent) helping individuals and businesses monitor their infra and servers.
150+
We are [Alex](http://github.com/ajhollid) (team lead), [Gorkem](http://github.com/gorkem-bwl/), [Aryaman](https://github.com/Br0wnHammer), [Mert](https://github.com/mertssmnoglu) and [Karen](https://github.com/karenvicent) helping individuals and businesses monitor their infra and servers.
152151

153152
We pride ourselves on building strong connections with contributors at every level. Despite being a young project, Checkmate has already earned 7000+ stars and attracted 90+ contributors from around the globe.
154153

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div id="root"></div>
1919
<script
2020
type="module"
21-
src="/src/main.jsx"
21+
src="/src/main.tsx"
2222
></script>
2323
</body>
2424
</html>

0 commit comments

Comments
 (0)