Skip to content

Commit 98e00e1

Browse files
authored
Merge pull request #1276 from github/jm_upgrades_and_local_dev
2 parents 938adef + 08edccb commit 98e00e1

File tree

29 files changed

+779
-1268
lines changed

29 files changed

+779
-1268
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "opensource friday",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/jekyll",
4+
"features": {
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"version": "23.3.0"
7+
},
8+
"ghcr.io/devcontainers/features/ruby:1": {
9+
"version": "3.3.6"
10+
}
11+
},
12+
"forwardPorts": [4000],
13+
"postCreateCommand": "bundle exec jekyll serve --watch --incremental --baseurl ''"
14+
}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.14.0
1+
23.3.0

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.3.6

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
3+
gem "github-pages", "~> 232", group: :jekyll_plugins
44

5-
gem "webrick"
5+
group :development do
6+
gem "webrick"
7+
end
68

79
group :test do
810
gem "html-proofer"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ To start up the local Jekyll server run:
3939

4040
Now point your browser to <http://localhost:4000> to view the site.
4141

42+
### Devcontainer
43+
44+
This project includes a `.devcontainer` folder with a `Dockerfile` and `devcontainer.json` to use with [Visual Studio Code Remote - Containers](https://code.visualstudio.com/docs/remote/containers). This will set up a development environment with all the necessary dependencies.
45+
4246
### Note on Patches/Pull Requests
4347

4448
* Fork the project.

node_modules/.package-lock.json

Lines changed: 195 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/primer-base/package.json

Lines changed: 24 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)