23 lines
423 B
Markdown
23 lines
423 B
Markdown
|
# Atom Shell
|
||
|
|
||
|
Experimental native layer for the [Atom](https://github.com/github/atom).
|
||
|
|
||
|
## Development
|
||
|
|
||
|
### One-time setup
|
||
|
|
||
|
You must previously have built and uploaded libchromiumcontent using its
|
||
|
`script/upload` script.
|
||
|
|
||
|
$ script/bootstrap http://base.url.com/used/by/script/upload
|
||
|
|
||
|
### Building
|
||
|
|
||
|
$ script/build
|
||
|
|
||
|
This will build the app into the `build` directory.
|
||
|
|
||
|
## License
|
||
|
|
||
|
See the [`LICENSE`](LICENSE) file.
|