https://github.com/martgro/noronatest_website
https://github.com/martgro/noronatest_website
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martgro/noronatest_website
- Owner: MartGro
- Created: 2020-12-06T20:24:42.000Z (over 5 years ago)
- Default Branch: deploy
- Last Pushed: 2021-01-28T11:13:27.000Z (over 5 years ago)
- Last Synced: 2025-02-07T17:19:36.061Z (over 1 year ago)
- Language: CSS
- Size: 9.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noronatest.me
NoronaTest.me Website
To install/test do the following:
1. Init submodules
```
git submodule init code/themes/hugo-product-launch
```
1.5 Pull submodules
```
git submodule update --recursive --remote
```
2. Install node modules
```
cd code
npm install
```
Recurrent:
After editing your tailwind.config.js or other style related objects, also postcss/purgecss files, run:
```
npm run test
npm run format
hugo --gc
hugo -D
```
Have fun!