17 lines
161 B
Markdown
Raw Normal View History

2023-06-02 12:25:21 +08:00
# Project Title
An blank extension.
## Development Environment
Node.js
## Install
```bash
# Install dependent modules
npm install
# build
npm run build
```