To run this project locally
Set env
to development
in config.toml
[params]
env = "development"
```
npm run build
```
this will generate dist
folder in /themes/improwised_theme_stark/static/
& to test this build change env
development
to production
in config.toml
To run project locally at http://localhost:1313/
hugo server --noHTTPCache -t improwised_theme_stark --disableFastRender
/public
folder
hugo
/public
folder & run this following command, project will run at http://localhost:8080/
http-server