Skip to content

giuliachiola/super-styleguide

Repository files navigation

Super styleguide

This project is my tech blog styleguide.

\ \
Deploy status Netlify Status
Deploy preview https://styleguide-giuliachiola.netlify.app/
Project typology Personal

project preview

🔥 Tech stack

Purpose Technology
Templating EJS
Styling SCSS + BEMIT
Documentation Markdown
Presentation layer UIengine

🌊 Run development mode

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 setup

# build for production
npm run build

📚 Project documentation

🌿 Branches

Branch name Use
main production (also used by super-blog-11ty)
develop staging