We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85abcd7 commit 0de7d1bCopy full SHA for 0de7d1b
README.md
@@ -28,6 +28,22 @@ All of the built themes in this package are distributed at separate repositories
28
29
## Development
30
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
47
## License
48
49
[MIT](./LICENSE) © [GitHub](https://github.com/)
0 commit comments