Skip to content

tatemunnich/crossword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crossword Builder

Created by Spencer McNall and Tate Munnich

Want to see the finished project online? Here it is!

How to Install Locally

  1. Clone in a directory git clone https://github.com/tatemunnich/crossword

  2. Install package dependencies npm install. If this isn't working, make sure you have Node installed on your computer.

  3. Run using npm start

Host the Project Yourself with GitHub Pages

  1. Navigate to project directory and install GitHub Pages package as a dev-dependency npm install gh-pages --save-dev
  2. Just above the name in package.json file, add the property "homepage": "http://{username}.github.io/{repo-name}"
  3. In the scripts property, above the "start" property, add both "predeploy": "npm run build" and "deploy": "gh-pages -d build"
  4. Make sure your project is in a GitHub repository, and then run npm run deploy to launch the page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published