8000 GitHub - Incerto13/homepage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Incerto13/homepage

Repository files navigation

Installation

# requirements: node 12
npm install

Running locally

# only make edits to index-no-links.html
npm run dev
# will serve index.html on dev server

Open http://localhost:3000 to view it in the browser.

Build locally

npm run build # will build index.html

Running in docker (local dev)

bash run-docker.dev.sh

Running in docker

bash run-docker.sh

Font Awesome Icons

Can be found here: https://fontawesome.com/v5/search?o=r&m=free

  • app currently has fontawesome vv5 installed, but for v6 icons you can download the svg and import it as an img tag (see golang for an example)
  • other tech icons can be found here: https://techicons.dev/icons

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run gulp dev which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp dev browserSync opens the project in your default browser and live reloads when changes are made
  • gulp css compiles SCSS files into CSS and minifies the compiled CSS
  • gulp js minifies the themes JS file
  • gulp vendor copies dependencies from node_modules to the vendor directory

You must have npm and Gulp installed globally on your machine in order to use these features.

Troubleshooting and Help

Start Bootstrap has a public Slack channel which is a great place to ask questions about this template and all things related to Start Bootstrap.

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2018 Blackrock Digital LLC. Code released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0