src | 7 months ago | ||
.gitignore | 10 months ago | ||
README.md | 12 months ago | ||
config.js | 10 months ago | ||
data.json | 7 months ago | ||
gulpfile.js | 7 months ago | ||
package-lock.json | 10 months ago | ||
package.json | 10 months ago | ||
tailwind.config.js | 8 months ago |
Install dependencies.
npm i
Start developing.
To start your project up run
gulp init gulp dev
Your site is now running at http://localhost:3000
Build (production)
To build minified assets ready for production run
gulp dist
All files will be created under dist
directory.