:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 525433905b Also ship content_shell.pak on Windows. 2013-07-08 09:55:38 +08:00
app Compile out a working exe! 2013-07-06 08:29:08 +08:00
browser cpplint 💄 2013-07-07 16:26:59 +08:00
common cpplint 💄 2013-07-07 16:26:59 +08:00
renderer Add dummy implementaions of node integration in Windows. 2013-07-04 21:18:28 +08:00
script Use depot_tools to provide ninja binary and cpplint. 2013-07-07 16:25:50 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Use depot_tools to provide ninja binary and cpplint. 2013-07-07 16:25:50 +08:00
.gitignore Ignore vendor/python_26 in git. 2013-07-01 15:37:22 +08:00
.gitmodules Use depot_tools to provide ninja binary and cpplint. 2013-07-07 16:25:50 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00
atom.gyp Also ship content_shell.pak on Windows. 2013-07-08 09:55:38 +08:00
common.gypi Use the platform_util_win implementation from Chromium. 2013-07-02 18:47:51 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00

README.md

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.