/css-battle-showcase

This repo is a showcase of my CSS Battle solutions.

Primary LanguageTypeScript

CSS Battle Attempts

This repo is a showcase of my CSS Battle solutions, that you can see live on Github Pages

I wrote a post about them on my blog.

Getting started

npm install
npm run dev

Add new solution

  1. Create an .mdx file under _battles/AAA/N-name using the following template:

    ---
    title: Title to show
    description: Description
    date: '2022-04-18'
    ---
    
    Add your thoughts here.
  2. Add the solution under public/solutions/AAA/N.html

TechStack docs