aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2021-04-11 15:40:18 -0700
committerGitHub <[email protected]>2021-04-11 15:40:18 -0700
commitc50fd9148889ddeffc295e2804760ad22627c482 (patch)
tree996194187fceaa3db4665be71a488e65197006c5
parentMerge pull request #76 from jackyzha0/next-refactor (diff)
parentreadme bump + more firebase removal (diff)
downloadctrl-v-c50fd9148889ddeffc295e2804760ad22627c482.tar.xz
ctrl-v-c50fd9148889ddeffc295e2804760ad22627c482.zip
Merge pull request #77 from jackyzha0/next-refactor
readme bump + more firebase removal
-rw-r--r--README.md2
-rw-r--r--frontend/.firebaserc5
-rw-r--r--frontend/firebase.json16
3 files changed, 1 insertions, 22 deletions
diff --git a/README.md b/README.md
index 19d7e55..ac7057f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ctrl-v
### A modern, open-source pastebin with latex and markdown rendering support
-Frontend is in React and backend is in Go. Deployed via Firebase Hosting and Google Cloud Run.
+Frontend is in React + Next.js and backend is in Go. Deployed via Vercel and Google Cloud Run.
![Go Paste Example](https://user-images.githubusercontent.com/23178940/83225601-06f0bb80-a135-11ea-9af2-9f2946459fe7.png)
![Markdown Rendering](https://user-images.githubusercontent.com/23178940/83225605-0821e880-a135-11ea-9efd-e7242ebde265.png)
diff --git a/frontend/.firebaserc b/frontend/.firebaserc
deleted file mode 100644
index ae027e9..0000000
--- a/frontend/.firebaserc
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "projects": {
- "default": "ctrl-v-a8efd"
- }
-}
diff --git a/frontend/firebase.json b/frontend/firebase.json
deleted file mode 100644
index 340ed5b..0000000
--- a/frontend/firebase.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "hosting": {
- "public": "build",
- "ignore": [
- "firebase.json",
- "**/.*",
- "**/node_modules/**"
- ],
- "rewrites": [
- {
- "source": "**",
- "destination": "/index.html"
- }
- ]
- }
-}