Skip to content

braden337/google-former

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Forms Getter

Getting Started

  1. Fork this repository and clone it to your computer
  2. Install dependencies
npm ci

Development

Start the development server.

npm run dev

Deployment

Deploy client side app to GitHub Pages, Surge and Netlify and communicate with my server.

npm run deploy

Your own server

Clone this repository onto your server and remove SERVER_DOMAIN from the .env file. Also change the PORT number if necessary.

npm run build

npm start