Skip to content

Commit 0de7d1b

Browse files
committed
Development instructions
1 parent 85abcd7 commit 0de7d1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,22 @@ All of the built themes in this package are distributed at separate repositories
2828

2929
## Development
3030

31+
Clone this repository and after `npm install`. Run
32+
33+
```
34+
$ npm run build
35+
```
36+
37+
This will run the script that will build all the themes.
38+
39+
## Adapters
40+
41+
The theme adapters are located in `./lib/adapters/` directory. Each one will complete a specific task to build that theme.
42+
43+
## Contributing
44+
45+
If you would like to see the theme compiled for another platform, we welcome pull requests.
46+
3147
## License
3248

3349
[MIT](./LICENSE) © [GitHub](https://github.com/)

0 commit comments

Comments
 (0)