Commits on Source (28)
-
insert authoredb7f44546
-
insert authored0fe91662
-
insert authoredd0e56ac4
-
insert authored24e8e831
-
insert authoredb5ec58dc
-
insert authored62769c1c
-
insert authored97568864
-
insert authoredf999296a
-
insert authored1f0ceeaf
-
insert authoredfafbc523
-
Spud authored7afa4674
-
insert authored1b261729
-
insert authored99bb1b7b
-
insert authored6a632435
-
insert authored4b674fe2
-
insert authored5e329908
-
insert authored99160c03
-
insert authoredd14006a0
-
insert authored63b18dd0
-
Kamil Grabara authoredd8743414
-
insert authored670fdb5d
-
insert authored0e5d57ae
-
insert authoredb8c607f8
-
insert authored4d3f7dc7
-
insert authoreddcf5b16c
-
insert authored9cb7fe9a
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- LICENSE 373 additions, 0 deletionsLICENSE
- ROADMAP.md 107 additions, 0 deletionsROADMAP.md
- components/Footer.tsx 19 additions, 7 deletionscomponents/Footer.tsx
- components/JoinLinks.tsx 3 additions, 3 deletionscomponents/JoinLinks.tsx
- components/Markdown.module.scss 37 additions, 0 deletionscomponents/Markdown.module.scss
- components/Markdown.tsx 3 additions, 1 deletioncomponents/Markdown.tsx
- components/Navbar.tsx 3 additions, 2 deletionscomponents/Navbar.tsx
- legal 1 addition, 1 deletionlegal
- package.json 3 additions, 0 deletionspackage.json
- pages/about.tsx 0 additions, 3 deletionspages/about.tsx
- pages/aup.tsx 0 additions, 3 deletionspages/aup.tsx
- pages/beta.ts 3 additions, 0 deletionspages/beta.ts
- pages/index.tsx 17 additions, 21 deletionspages/index.tsx
- pages/onboarding.tsx 52 additions, 0 deletionspages/onboarding.tsx
- pages/privacy.tsx 0 additions, 3 deletionspages/privacy.tsx
- pages/publicbeta.tsx 50 additions, 0 deletionspages/publicbeta.tsx
- pages/roadmap.tsx 32 additions, 0 deletionspages/roadmap.tsx
- pages/terms.tsx 0 additions, 3 deletionspages/terms.tsx
- public/.well-known/assetlinks.json 10 additions, 0 deletionspublic/.well-known/assetlinks.json
LICENSE
0 → 100644
ROADMAP.md
0 → 100644
... | ... | @@ -10,10 +10,12 @@ |
}, | ||
"dependencies": { | ||
"next": "^10.1.3", | ||
"nextjs-redirect": "^5.0.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@fontsource/inter": "^4.2.2", | ||
"@styled-icons/feather": "^10.18.0", | ||
"@styled-icons/simple-icons": "^10.33.0", | ||
"@types/node": "^14.14.41", | ||
... | ... | @@ -21,6 +23,7 @@ |
"classnames": "^2.3.1", | ||
"markdown-it": "^12.0.6", | ||
"markdown-it-anchor": "^7.1.0", | ||
"markdown-it-checkbox": "^1.1.0", | ||
"sass": "^1.32.10", | ||
"styled-components": "^5.2.3", | ||
"typescript": "^4.2.4" | ||
... | ... |
pages/beta.ts
0 → 100644
pages/onboarding.tsx
0 → 100644
pages/publicbeta.tsx
0 → 100644
pages/roadmap.tsx
0 → 100644
public/.well-known/assetlinks.json
0 → 100644