mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 08:24:56 +05:30
Update README.md
add static hosting instructions
This commit is contained in:
parent
234fc8090b
commit
a5a76c8bae
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -109,6 +109,16 @@ services:
|
|||
|
||||
```
|
||||
|
||||
### Static hosting
|
||||
```bash
|
||||
git clone https://github.com/iib0011/omni-tools
|
||||
cd omni-tools
|
||||
npm i
|
||||
npm run build
|
||||
```
|
||||
then serve the `dist` subdir as a vhost (not in a subdir as there are non-relative links)
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
This is a React Project with Typescript Material UI. We use icons from [Iconify](https://icon-sets.iconify.design)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue