Skip to content

Commit 80fecec

Browse files
authored
Redo external-landing (#40)
Redo external-landing to provide external users with first-time setup instructions.
1 parent 392eaf3 commit 80fecec

18 files changed

+817
-4309
lines changed

external-landing/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

external-landing/.gitignore

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
3-
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# testing
9-
/coverage
10-
11-
# next.js
12-
/.next/
13-
/out/
14-
15-
# production
16-
/build
17-
18-
# misc
19-
.DS_Store
20-
*.pem
21-
22-
# debug
23-
npm-debug.log*
24-
yarn-debug.log*
25-
yarn-error.log*
26-
27-
# local env files
28-
.env*.local
29-
30-
# vercel
31-
.vercel
32-
33-
# typescript
34-
*.tsbuildinfo
35-
next-env.d.ts
1+
dist/
2+
node_modules
3+
src/tailwind.css

external-landing/app/layout.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

external-landing/app/page.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

external-landing/next.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)