Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

update dev docs#295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfromdev-docs
Apr 19, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -46,8 +46,25 @@ See an [interactive visualization](https://coderoad.github.io/coderoad-visual/)

Tutorials can be edited directly as markdown on Github.

##Development

To run the extension locally:

- copy environmental variables from`/web-app/.env.example` as`/web-app/.env`
- install dependencies with`yarn install-all`
- build the extension with`yarn build`
- open the extension with the vscode extension debugger by pressing F5. In the new window, open CodeRoad.

To test a packaged build locally:

- if on Mac, ensure you have[VSCode command line tools](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) installed
- run`yarn package`. It will build the extension and install it locally.
- open a new vscode window and launch the new version of CodeRoad

##Contributing

CodeRoad is an ambitious project, we're always looking for contributors :)

See[CONTRIBUTING.md](./CONTRIBUTING.md).

##License
Expand Down
4 changes: 2 additions & 2 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,10 +26,10 @@
"scripts": {
"build":"./scripts/build.sh",
"postinstall":"node ./node_modules/vscode/bin/install",
"install-all":"yarn &&cdweb-app && yarn",
"install-all":"yarn &&yarn --cwdweb-app",
"lint":"eslint src/**/*ts",
"package":"./scripts/package.sh",
"storybook":"cdweb-app && npm run storybook",
"storybook":"yarn --cwdweb-app storybook",
"test":"jest",
"watch":"tsc -watch -p ./"
},
Expand Down
2 changes: 1 addition & 1 deletionscripts/build.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ tsc -p ./

# build web app
cd web-app
npm run build
yarn build
cd ..

# For Windows build: switch the next 2 lines
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp