{"id":22879258,"url":"https://github.com/utdata/icj-bootstrap-template","last_synced_at":"2025-03-31T14:33:33.322Z","repository":{"id":43673750,"uuid":"175070270","full_name":"utdata/icj-bootstrap-template","owner":"utdata","description":"A template to learn bootstrap components.","archived":false,"fork":false,"pushed_at":"2025-02-20T20:12:00.000Z","size":3312,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-20T21:23:58.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-11T19:29:14.000Z","updated_at":"2025-02-20T20:12:04.000Z","dependencies_parsed_at":"2024-02-18T17:48:06.010Z","dependency_job_id":"8eb11205-cd67-4098-9aba-9e6e4ef04cc2","html_url":"https://github.com/utdata/icj-bootstrap-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utdata%2Ficj-bootstrap-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utdata%2Ficj-bootstrap-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utdata%2Ficj-bootstrap-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utdata%2Ficj-bootstrap-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utdata","download_url":"https://codeload.github.com/utdata/icj-bootstrap-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246483554,"owners_count":20784912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T16:38:35.808Z","updated_at":"2025-03-31T14:33:33.315Z","avatar_url":"https://github.com/utdata.png","language":"JavaScript","readme":"# ICJ Bootstrap Template\n\nThis template goes along with the [Bootstrap lessons](https://utdata.github.io/icj-class/bs-00-intro.html) for Intro to Coding for Journalists.\n\nIt uses Bootstrap 5 and a Gulp setup to support a development environment with Sass and image management.\n\n## Using this project in Codespaces\n\nThis template can be used in Github Codespaces, a virtual machine that doesn't require any other setup.\n\n1. Click on the green **Use this template** button and choose _Create a new repository_.\n    - This should allow you to create new repo based on icj-bootstrap-template.\n    - Leave all the other settings the same and click **Create repository**.\n    - It takes several seconds to create your repo.\n1. Click on the green **\u003c\u003e Code** button and then choose the **Codespaces** tab.\n    - Click **Create codespace on main**.\n    - This will take a bit more time, but should just be a couple of minutes. **It will pause at one point and give you a prompt, but wait until you see it say \"Detected Node.js\" and let it finish that setup.\n    - Once the Node installation finishes, your browser will look like you have a version of Visual Studio Code open, and you do!\n1. In the codespace's VS Code Terminal, run:\n\n    ```bash\n    npm install -g gulp\n    ```\n\n1. In the Terminal, run `gulp dev`.\n\n## How to set up on a personal machine\n\n**If you are running codespaces, you don't need to do this.**\n\nIf your computer has Node.js and you have installed [degit](https://www.npmjs.com/package/degit) and [gulp](https://www.npmjs.com/package/gulp) globally, you can pull a copy of this repo to your machine and work from there.\n\n- Create a new folder on your computer where you want the files.\n- In VS Code, open a new window and open your new folder.\n- Open the integrated Terminal.\n- Run `$ degit utdata/icj-bootstrap-template` to download the files.\n- Run `$ npm install` to install the node packages.\n- Run `$ git init` to intilize git.\n- Run `$ git add .` to add the files.\n- Run `$ git commit -m \"first commit\"` to commit the files.\n- Go to Github and create a repository of the same name.\n- Use the `git add` command provided there to sync the repos.\n- Run `$ git push origin main` to push the code to Github.\n\n## How to run the project\n\n- Run `gulp dev` to compile all the code and start a server.\n- If you just want to compile code without running a server, run `gulp` by itself.\n\n## Edit in the src folder\n\nAll edits to HTML, SCSS or images should be done in the `src` folder. DO NOT edit files in the `docs` folder, or you will lose the changes when gulp tasks run.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futdata%2Ficj-bootstrap-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futdata%2Ficj-bootstrap-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futdata%2Ficj-bootstrap-template/lists"}