ZeroPoint
A modern, opinionated, bare-bones website starter that gets you "up to zero" on a project quickly and easily. https://getzeropoint.com
File Explorer
Download Latest Version (.zip)- action.yml
- zeropoint-rebrand.js
- ci.yml
- zeropoint-rebrand.yml
- launch.json
- .gitkeep
- .gitkeep
- favicon.svg
- main.js
- _branding.scss
- _reset.scss
- styles.scss
- base.njk
- meta.njk
- nav-item.njk
- navigation.njk
- assets.json
- build.js
- collections.js
- config.json
- filters.js
- passthroughs.js
- plugins.js
- shortcodes.js
- templateLanguages.js
- transforms.js
- watchtargets.js
- contact-thank-you.md
- contact.md
- index.md
- pages.11tydata.js
- search.md
- hello-world.md
- posts.11tydata.js
- 404.njk
- blog.njk
- content.json
- manifest.njk
- redirects.njk
- robots.njk
- xml_sitemap.njk
- env.js
- navigation.json
- site.json
- .eleventy.js
- .gitignore
- .nvmrc
- .stylelintrc
- .template
- eslint.config.js
- LICENSE
- netlify.toml
- package-lock.json
- package.json
- README.md
- README.template.md
- README.ZeroPoint.md
# Installation Guide
1. Get the code
git clone https://github.com/MWDelaney/ZeroPoint
Downloads the entire project code from GitHub to your computer.
cd ZeroPoint
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
