@nitipit/adapter
v1.0.1
Published
A Web Component with Styles
Downloads
14
Maintainers
Readme
Adapter : A Tiny Web Component with Styles
Please read documentation at : https://nitipit.github.io/adapter/
How to build from source
Environment require
- Node JS : https://nodejs.org/en/
- Python >= 3.10 : https://www.python.org/
- Git : https://git-scm.com/
Clone repository from github
$ git clone https://github.com/nitipit/adapter.git
$ cd adapter
Setup development resources
$ npm install
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r require.pip
Run development server
$ python dev.py
Build bundle and modules
$ python dist.py