Skip to content

cosmos-toolkit/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosmos Website

Repository for the Cosmos CLI website — single-page, mobile-responsive, built with Parcel and Tailwind CSS.

Structure

website/
├── src/
│   ├── index.html      # single page
│   ├── main.js         # entry JS (nav, mobile menu, copy, modal)
│   ├── styles.css      # Tailwind + Cosmos custom styles
│   └── assets/          # cosmos.png and other assets
├── tailwind.config.js  # Tailwind theme (Cosmos colors, fonts)
├── .postcssrc          # PostCSS (Tailwind)
├── package.json
└── README.md

Tech

  • Parcel — build and dev server
  • Tailwind CSS — utility-first styling; theme extends with Cosmos palette (accent, cyan, magenta) and fonts (Outfit, JetBrains Mono)
  • Vanilla JS — smooth scroll, nav highlight, mobile hamburger menu, code copy buttons, About modal

Development

git clone https://github.com/cosmos-toolkit/website.git
cd website
pnpm install
pnpm dev

Dev server runs at http://localhost:1234.

Build

pnpm build

Output goes to dist/ (HTML, CSS, JS, and assets).

Contributing

Open an issue or PR in this repo or in cosmos-toolkit/cosmos-cli.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors