Skip to content

Commit

Permalink
tmp: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Apr 6, 2023
1 parent a340209 commit c91b800
Show file tree
Hide file tree
Showing 56 changed files with 8,095 additions and 33,164 deletions.
16 changes: 1 addition & 15 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
/** @type {import('@types/eslint').Linter.BaseConfig} */
module.exports = {
extends: [
"@remix-run/eslint-config",
"@remix-run/eslint-config/node",
"@remix-run/eslint-config/jest-testing-library",
"prettier",
],
// We're using vitest which has a very similar API to jest
// (so the linting plugins work nicely), but we have to
// set the jest version explicitly.
settings: {
jest: {
version: 28,
},
},
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
};
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
node_modules

/build
/public/build
.cache
.env
.vercel
.output

/app/styles/tailwind.css
/build/
/public/build
/api/index.js
/api/index.js.map
13 changes: 0 additions & 13 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
FROM gitpod/workspace-full

# Install Auth0 CLI
RUN brew tap auth0/auth0-cli && brew install auth0

# Install mysql + pscale
RUN brew install planetscale/tap/pscale
RUN brew install mysql-client
RUN echo 'export PATH="/home/linuxbrew/.linuxbrew/opt/mysql-client/bin:$PATH"' >> /home/gitpod/.bash_profile
RUN brew upgrade pscale

# install primsa CLI
RUN brew tap prisma/prisma && brew install prisma

# install vercel cli
RUN npm i -g vercel



10 changes: 3 additions & 7 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ tasks:
fi
fi
- init: npm install
- init: pnpm install
command: |
npm run script setup
npm run build
npm run dev
pnpm run build
pnpm run dev
vscode:
extensions:
- ms-azuretools.vscode-docker
- esbenp.prettier-vscode
- dbaeumer.vscode-eslint
- bradlc.vscode-tailwindcss
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

7 changes: 0 additions & 7 deletions .prettierignore

This file was deleted.

130 changes: 0 additions & 130 deletions app/auth.server.ts

This file was deleted.

87 changes: 0 additions & 87 deletions app/components/Modal.tsx

This file was deleted.

Loading

0 comments on commit c91b800

Please sign in to comment.