SkillAgentSearch skills...

Teacup

the new new teacup gorilla

Install / Use

/learn @mirisuzanne/Teacup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

teacup gorilla

This site is built using:

  • HTML, of course
  • CSS w/ a load of Grids & Variables
  • Eleventy JS w/ Markdown & Nunjucks
  • Sass w/ OddBird's Accoutrement & Herman
  • CircleCI for continuous integration
  • Netlify for deployment
  • A lot of ideas from a lot of cool people

Develop:

We recommend using nvm for node version management. Once you have it installed, run nvm install (once per active shell) to use the correct version of node for OddLeventy development.

Install dependencies:

npm install

Compile and run Eleventy server, with a watcher for file changes:

npm run serve

The site will be compiled into _site/ and available at http://localhost:8080.

You can also run individual commands:

# build the static site for development
npm run build

# build the static site for production
npm run prod

# format and lint all files
npm run lint

# compile sass
npm run sass

# compile js
npm run js

# format and lint js
npm run lint:js

Sass Docs are compiled into the _site/style/ folder, which is then available at the URL: /style/.

Deployment

The site is auto-deployed on Netlify from the master branch on GitHub. Deploys are automated on push to master.

Use branches and PRs for changes, and Netlify will create staging previews for functional review before merge.

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated29d ago
Forks2

Languages

Nunjucks

Security Score

75/100

Audited on Mar 11, 2026

No findings