Skip to content

Commit 97cee37

Browse files
feat: remove almost everything (moved to admin repo)
1 parent c0fa197 commit 97cee37

Some content is hidden

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

64 files changed

+24
-5412
lines changed

.env.example

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,3 @@
99
# When adding additional environment variables, the schema in "/src/env.js"
1010
# should be updated accordingly.
1111

12-
# Next Auth
13-
# You can generate a new secret on the command line with:
14-
# npx auth secret
15-
# https://next-auth.js.org/configuration/options#secret
16-
AUTH_SECRET=""
17-
18-
# Next Auth Azure Provider
19-
AUTH_AZURE_TENANT_ID=""
20-
AUTH_AZURE_CLIENT_ID=""
21-
AUTH_AZURE_CLIENT_SECRET=""
22-
AUTH_GITHUB_CLIENT_ID=""
23-
AUTH_GITHUB_CLIENT_SECRET=""
24-
25-
ADMIN_ORG_EMAIL=""
26-
27-
# Drizzle
28-
DATABASE_URL="postgresql://postgres:password@localhost:5432/web"

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const config = {
1515
],
1616
"rules": {
1717
"@typescript-eslint/array-type": "off",
18+
"@typescript-eslint/no-unsafe-assignments": "off",
1819
"@typescript-eslint/consistent-type-definitions": "off",
1920
"@typescript-eslint/consistent-type-imports": [
2021
"warn",
@@ -58,4 +59,4 @@ const config = {
5859
]
5960
}
6061
}
61-
module.exports = config;
62+
module.exports = config;

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Web
22

3-
This wants to be a rewrite in NextJS (stack below) of all the websites that PoliNetwork currently has, including a unified new admin dashboard.
3+
This wants to be a rewrite in NextJS (stack below) of all the websites that PoliNetwork currently has.
4+
First, it will be a rewrite of our homepage.
45

56
## Stack info
67

78
- [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.
89
- [Next.js](https://nextjs.org)
9-
- [NextAuth.js](https://next-auth.js.org)
10-
- [Drizzle](https://orm.drizzle.team)
1110
- [Tailwind CSS](https://tailwindcss.com)
11+
12+
- TRPC to connect to backend

drizzle.config.ts

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

drizzle/0000_aberrant_bulldozer.sql

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

drizzle/0001_light_leopardon.sql

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

drizzle/0002_moaning_penance.sql

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

drizzle/0003_little_slipstream.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.

drizzle/0004_omniscient_mojo.sql

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

0 commit comments

Comments
 (0)