This project is my tech blog styleguide.
\ | \ |
---|---|
Deploy status | |
Deploy preview | https://styleguide-giuliachiola.netlify.app/ |
Project typology | Personal |
Purpose | Technology |
---|---|
Templating | EJS |
Styling | SCSS + BEMIT |
Documentation | Markdown |
Presentation layer | UIengine |
Note that this project do NOT build correctly with newer node versions, please use nvm:
# get supported node version from .nvmrc file
nvm use
# install dependencies
npm i
# serve with hot reload at localhost:3002
npm run dev
# build for production
npm run build
Branch name | Use |
---|---|
main |
production (also used by super-blog-11ty) |
develop |
staging |