-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
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/). |
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 | ||
|
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; |
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 |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.material-icons-outlined[data-v-832d99da]{font-size:18px} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.googlesignup[data-v-57987656]{margin-bottom:5px} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.material-icons-outlined[data-v-832d99da]{font-size:18px} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.project-settings-form[data-v-4a6eda14]{max-width:600px} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.material-icons-outlined[data-v-832d99da]{font-size:18px} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a[data-v-7c88636c]{cursor:pointer} |
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} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a[data-v-3389bb47]{cursor:pointer} |