Skip to content

Commit

Permalink
final product
Browse files Browse the repository at this point in the history
  • Loading branch information
ungkaku23 committed Jun 16, 2022
0 parents commit 07ab8a2
Show file tree
Hide file tree
Showing 946 changed files with 92,407 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# HelloScribe.ai

## Project setup

```
npm install
Please check out https://docs.HelloScribe.ai
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize vue cli configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

### Stack

See [vuejs](https://vuejs.org/).

See [nodejs](https://nodejs.org/en/).

See [expressjs](https://expressjs.com/).

See [mongodb](https://www.mongodb.com/).

See [mongoosejs](https://mongoosejs.com/).

See [jwt](https://jwt.io/).

See [bootstrap](https://getbootstrap.com/).

See [mailgun](https://www.mailgun.com/).

See [stripe](https://stripe.com/).
8 changes: 8 additions & 0 deletions Todo_list
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Project Management
-Structure Database
-Add Members to a Project(???????)
-Assign a Member to a File
-Invite member to the team
-Turn off the listeners after destroy components
-Summary, Headline, First draft result save feature

51 changes: 51 additions & 0 deletions blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This is a basic workflow to help you get started with Actions

name: Frontend Deploy

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run build

- name: Copy file via scp
uses: appleboy/scp-action@master
env:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
with:
source: '.'
target: '/var/www/helloscribe-test'

- name: Executing remote command
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
script: cd /var/www/helloscribe-test/ && sh deploy.sh;
7 changes: 7 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!bin/bash
npm install
npm run build
npm uninstall html-pdf
npm install html-pdf
service helloscribe_env restart
service nginx restart
12 changes: 12 additions & 0 deletions dist/css/app.0d8f8822.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/chunk-075caf0c.d309b46c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-08e409a8.eff84d3a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.material-icons-outlined[data-v-832d99da]{font-size:18px}
1 change: 1 addition & 0 deletions dist/css/chunk-0a89a8bd.5035f467.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-0ce383aa.065bdecb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-0dba0af3.81fbd65d.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.googlesignup[data-v-57987656]{margin-bottom:5px}
1 change: 1 addition & 0 deletions dist/css/chunk-1c029bfb.eff84d3a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.material-icons-outlined[data-v-832d99da]{font-size:18px}
1 change: 1 addition & 0 deletions dist/css/chunk-1c37cc26.61a0fb0e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-213cb05f.c876d5b0.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.project-settings-form[data-v-4a6eda14]{max-width:600px}
1 change: 1 addition & 0 deletions dist/css/chunk-25feb831.d8efaee0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-278f0ea2.eff84d3a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.material-icons-outlined[data-v-832d99da]{font-size:18px}
1 change: 1 addition & 0 deletions dist/css/chunk-2910fb2a.a277a94e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-2af8a225.d675e24c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-2d05c802.e42a3c01.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-2e1fa8e6.a815f15d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-2e86e6f6.1b0e2a9b.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-357f797a.2beedf01.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a[data-v-7c88636c]{cursor:pointer}
1 change: 1 addition & 0 deletions dist/css/chunk-37da41a2.2c8586cb.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.tab-content-body[data-v-0bd6d3e4]{margin-left:auto;margin-right:auto;padding:20px}
1 change: 1 addition & 0 deletions dist/css/chunk-3a2d6889.8489b2a5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/chunk-3c64867b.7f424eea.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a[data-v-3389bb47]{cursor:pointer}
Loading

0 comments on commit 07ab8a2

Please sign in to comment.