Skip to content

Commit

Permalink
internal: create a basic devcontainer (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Sep 19, 2024
1 parent ea1de91 commit aa958c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Node.js Codespace",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"postCreateCommand": "yarn",
"remoteUser": "node"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ This repo hosts all sources to ease local setup and contributing. See [CONTRIBUT
See [TERMS.md](TERMS.md). TL;DR disclose the source code of your forks.

Third-party code licenses can be found in [THIRD_PARTY_LICENSES](THIRD_PARTY_LICENSES).

### Development with GitHub Codespaces

[![Create Codespace](https://img.shields.io/badge/Codespace-Launch-blue?logo=github)](https://github.com/codespaces/new?repo=skyrim-multiplayer/skymp&ref=main)

0 comments on commit aa958c1

Please sign in to comment.