TITLE | DESCRIPTION |
---|---|
jacob.com |
Simple HTML/CSS-based Website for jacob.com. |
- via Github Desktop, "Create a New Repository."
- Add jritt's @wordpress/scripts based package.json to root dir and customize
- Install dependencies: npm install REF: https://www.npmjs.com/package/@wordpress/scripts
- Start development builds: npm start
- Develop. Test. Repeat.
- Create production build: npm run build
-
npm run start (Quick Start)
-
npm run build (Optimize css & js for production)
- Generate Favicon - https://realfavicongenerator.net
- Add code to index.html or to header
- On GitHub create a new public repository
- Clone the repository via Github Desktop app
- pull the commit that added the CNAME file to your local repository. RESOURCES: