@livechat/bold
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "@livechat/bold", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"files": [ | ||
@@ -20,2 +20,3 @@ "dist" | ||
"build": "tsc && vite build && node prefixer.js", | ||
"publish": "npm run build && npm publish", | ||
"serve": "vite preview" | ||
@@ -22,0 +23,0 @@ }, |
@@ -5,4 +5,4 @@ # Marketing Design System | ||
# Development | ||
## Prerequisites | ||
- NodeJS >= 14.0.0 | ||
@@ -12,9 +12,19 @@ - TypeScript >= 4.2.3 | ||
## Running project | ||
## Running the project | ||
```shell | ||
nvm use 14 | ||
npm install | ||
npm run dev | ||
``` | ||
Nvm use 14 | ||
Npm install | ||
Npm run dev | ||
New terminal - cd docs | ||
Hugo server | ||
``` | ||
In new terminal (tab): | ||
```shell | ||
cd docs | ||
hugo server | ||
``` | ||
## Publishing the package | ||
`npm run publish` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
591413
4264
29