Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History

example-website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example Website (Thumper)

Installation

To install project dependencies, in your terminal run npm install.

Development Mode

To run a localhost site with browser auto-refreshing, in your terminal run: npm run dev.

Production Build & Deploy

When you're ready to deploy your site for production, in your terminal run: npm run build. This will output all of your static files into a /dist folder. For Netlify deploys, go to "Settings > Build & Deploy", and enter...

  1. Repository: Choose your project repository from GitHub
  2. Build Command: npm run build
  3. Publish Directory: dist