Project Moonbeam
The source code for Hack Club's Project Moonbeam website.
How to run locally
To execute the steps below, you will need the following installed:
Clone the repository:
$ git clone https://github.com/hackclub/moonbeam-site.git
Install dependencies:
$ yarn
Start the dev server:
$ yarn dev
Then, open up your web browser and go to http://localhost:3000.
Powered by Next.js with MDX, Theme UI, & Hack Club Theme.
Code under MIT License.
feat: change description
It isn't confirmed that we are working with Dogecoin yet so we shouldn't have it be the project description. Thoughts on changing it to this?
Signed-off-by: Matt Gleich [email protected]
Bump theme-ui from 0.13.1 to 0.14.1
Bumps theme-ui from 0.13.1 to 0.14.1.
Release notes
Sourced from theme-ui's releases.
... (truncated)
Changelog
Sourced from theme-ui's changelog.
... (truncated)
Commits
79c5d3d
Bump version to: v0.14.1 [skip ci]dfd7377
Update CHANGELOG.md [skip ci]6001c84
Merge branch 'develop' into stablea1ffc73
fix(components): add missing forwardRef and fix Switch propsb2e1fc4
Bump version to: v0.14.0 [skip ci]5c00b3c
Update contributors [skip ci]0a470d1
Update CHANGELOG.md [skip ci]6f09ac0
Merge branch 'stable' into develop10b33de
Merge pull request #2043 from system-ui/remove-emotion-styled-27b4d915
Update snapshotDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump next from 12.0.10 to 12.1.1
Bumps next from 12.0.10 to 12.1.1.
Release notes
Sourced from next's releases.
... (truncated)
Commits
79a8651
v12.1.1a5540e8
v12.1.1-canary.18b21e3c2
test: warn on substr() usage (#35499)db2567b
chore: replace deprecated String.prototype.substr() (#35421)f16ee05
Fix typo in docs (#35561)ef7b535
Fixnext info
accidentally printing stderr (#35556)59905c1
Fix styled transform in next-swc/emotion (#35527)ebe1b4c
Upgrade react-server-dom-webpack (#35524)432261a
Add link for revalidate from notFound section (#35553)2cf6696
Merge rsc queries handling (#35545)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump @emotion/react from 11.7.1 to 11.8.2
Bumps @emotion/react from 11.7.1 to 11.8.2.
Release notes
Sourced from
@emotion/react
's releases.Commits
239f2d0
Version Packages (#2679)7f8910a
Removed the direct dependency on from as it's no longer used that wayff3cb16
ChangeGlobal
component to use theStyleSheet
constructor of the current ...4266aa0
Fix the description of the cascade problem in the docs (#2659)affe8f1
Removed non-existent item from the ToC in the theming doc (#2674)6d81b4b
Addconcurrency
to the Changesets workflow4851669
STOP WAR IN UKRAINE (#2668)ce9873f
Upgradedtslint
(#2653)29c99a9
Version Packages (#2652)39ac5b9
Fixed a transpilation issue that causeduseInsertionEffect
to be referenced...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump @emotion/react from 11.7.1 to 11.8.1
Bumps @emotion/react from 11.7.1 to 11.8.1.
Release notes
Sourced from
@emotion/react
's releases.Commits
29c99a9
Version Packages (#2652)39ac5b9
Fixed a transpilation issue that causeduseInsertionEffect
to be referenced...f6f5552
Version Packages (#2610)2f27156
useInsertionEffect
when it's available (#2600)d253163
Addedabbr
prop to the allowlist of forwardable props (#2621)3d672ac
FixgetLabelFromStackTrace
issue related to class components in Firefox (#2...b0be5c0
Update author field in@emotion/react
(#2616)242f7d8
Added@emotion/babel-plugin
as a dependency of@emotion/react
(#2609)4efa2cb
Fix outdated reference toemotion
package in docs (#2608)d1577af
TweakshouldForwardProp
example (#2606)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump next from 12.0.10 to 12.1.0
Bumps next from 12.0.10 to 12.1.0.
Release notes
Sourced from next's releases.
... (truncated)
Commits
8545fd1
v12.1.01605f30
v12.0.11-canary.2169aedbd
Fix typo (#34480)f0f322c
Remove deprecation for relative URL usage in middlewares (#34461)d4d79b2
Fix chunk buffering for server components (#34474)74fa4d4
update webpack (#34477)b70397e
Revert "Allow reading request bodies in middlewares (#34294)" (#34479)4202011
Update font-optimization test snapshot (#34478)1edd851
Allow reading request bodies in middlewares (#34294)ba78437
fix: don't wrapprofile
in firebase example (#34457)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump next from 12.0.9 to 12.0.10
Bumps next from 12.0.9 to 12.0.10.
Release notes
Sourced from next's releases.
... (truncated)
Commits
4c28177
v12.0.109498946
v12.0.10-canary.2e0095fa
fix(next/image): render valid html according to W3C (#33825)b00270b
fix typo (#33840)ad79c04
Update Content-Security-Policy header usage explanation (#33833)4f5975f
Doc: fix broken link to api routes doc (#33836)3bac02e
Enable jest hoist transform when using next/jest (#33731)5b31c18
Generate functions manifest (#33770)030666b
[Docs] Testing docs: Comment out optional config that points to a file (#33827)a410155
Upgrade to@stitches/react
1.2.6 (#33817)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump theme-ui from 0.12.1 to 0.13.1
Bumps theme-ui from 0.12.1 to 0.13.1.
Release notes
Sourced from theme-ui's releases.
... (truncated)
Changelog
Sourced from theme-ui's changelog.
... (truncated)
Commits
993f697
Bump version to: v0.13.1 [skip ci]77bbe28
Update contributors [skip ci]0527136
Update CHANGELOG.md [skip ci]ba70dde
Merge pull request #2064 from system-ui/developa29c63c
chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.203a5c65
chore(deps-dev): bump@types/jest
from 27.0.3 to 27.4.04434984
Merge pull request #2056 from system-ui/lachlanjc-css-background4b774d7
Merge pull request #2059 from system-ui/dependabot/npm_and_yarn/babel/helper-...9109660
chore(deps): bump gatsby-plugin-react-helmet from 5.2.0 to 5.4.0e08041c
chore(deps-dev): bump@babel/helper-validator-identifier
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump theme-ui from 0.12.1 to 0.13.0
Bumps theme-ui from 0.12.1 to 0.13.0.
Release notes
Sourced from theme-ui's releases.
... (truncated)
Changelog
Sourced from theme-ui's changelog.
... (truncated)
Commits
348177b
Bump version to: v0.13.0 [skip ci]438b6f9
Update contributors [skip ci]2f9f1b4
Update CHANGELOG.md [skip ci]f5179e1
fix: add missing deepmerge dependency3455f98
docs: Write migration notes for v0.138cb18ce
Merge branch 'develop' into stablef87d93c
docs: Add 3 new projects to Resources page0278b14
Bump peerDependency ingatsby-plugin-theme-ui
07e067c
Merge pull request #1867 from system-ui/peer-deps7d0e51f
Merge pull request #2027 from system-ui/dependabot/npm_and_yarn/cypress-9.1.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump theme-ui from 0.13.1 to 0.14.2
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps theme-ui from 0.13.1 to 0.14.2.
Release notes
Sourced from theme-ui's releases.
... (truncated)
Changelog
Sourced from theme-ui's changelog.
... (truncated)
Commits
9ccec1e
Bump version to: v0.14.2 [skip ci]81a0eca
Update CHANGELOG.md [skip ci]1a9a2d1
fix: change react and react-dom peer dependency to >166778595
chore(examples/next): bump React dependency to ^185ad8a36
Merge pull request #2178 from system-ui/update-example-custom-pragmaf005a92
docs: expand docs on metatheme-color
(#2134)8bcd8e7
chore(examples): Upgrade custom pragma examplebff6f38
Merge pull request #2174 from eltociear/patch-1a1158f9
chore: fix typo in MIGRATING.mdeb5c4de
chore(examples/next): Add missing@types/node
dependencyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump next from 12.0.10 to 12.1.4
Bumps next from 12.0.10 to 12.1.4.
Release notes
Sourced from next's releases.
... (truncated)
Commits
48a3222
v12.1.409ac22f
v12.1.4-canary.1d95aed6
Fix router isReady and react 18 not being detected with no config (#35762)fe012ff
Fix document styles with react 18 (#35760)2f11413
v12.1.4-canary.0fdfa3c7
feat(next-swc): Update swc crates (#35395)9f9214a
Updated create-next-app docs to include pnpm usage (#35755)d95d2d3
Only resolve page runtime for react 18 and error on read failure (#35705)7eee27f
v12.1.3bb918fd
v12.1.3-canary.4Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)