All Projects → styled-components → Styled Components Website

styled-components / Styled Components Website

Licence: mit
The styled-components website and documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Styled Components Website

saving-goal
React.js, Next.js and TypeScript studies. In this project I tried to apply knowledges from some courses I've taken. Testing with react testing library, styling with styled components, etc.
Stars: ✭ 15 (-97.08%)
Mutual labels:  styled-components, nextjs
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (-46.39%)
Mutual labels:  nextjs, preact
Nextjs Redux Starter
Next.js + Redux + styled-components + Express = 😇
Stars: ✭ 257 (-49.9%)
Mutual labels:  nextjs, styled-components
RocketLaunches
Rocket launches, a simple site to let you know what is the next rocket launch.
Stars: ✭ 13 (-97.47%)
Mutual labels:  styled-components, nextjs
Mxstbr.com
The source for my personal website
Stars: ✭ 370 (-27.88%)
Mutual labels:  nextjs, styled-components
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (-84.6%)
Mutual labels:  styled-components, nextjs
Next Super Performance
The case of partial hydration (with Next and Preact)
Stars: ✭ 272 (-46.98%)
Mutual labels:  nextjs, preact
theodorusclarence.com
💠 Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, FaunaDB, and Preact.
Stars: ✭ 205 (-60.04%)
Mutual labels:  preact, nextjs
Coderplanets web
the most sexiest community for developers, build with React, Mobx/MST, GraphQL, Styled-Components, Rxjs, Ramda ... and ❤️
Stars: ✭ 314 (-38.79%)
Mutual labels:  nextjs, styled-components
Covid19 Brazil Api
API com dados atualizados sobre o status do COVID-19 🦠
Stars: ✭ 300 (-41.52%)
Mutual labels:  documentation, nextjs
web-starter-kit
An opinionated starter kit with styled-system, graphql-hooks, mobx and nextjs (PWA)
Stars: ✭ 17 (-96.69%)
Mutual labels:  styled-components, nextjs
Styled Breakpoints
Simple and powerful tool for creating breakpoints in styled components and emotion. 💅
Stars: ✭ 428 (-16.57%)
Mutual labels:  styled-components, preact
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (-48.15%)
Mutual labels:  styled-components, nextjs
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-96.88%)
Mutual labels:  styled-components, nextjs
gbkel-portfolio
💎 My personal website that's mainly powered by Next.js, my own style guide and a lot of other technologies.
Stars: ✭ 12 (-97.66%)
Mutual labels:  styled-components, nextjs
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-46.98%)
Mutual labels:  documentation, preact
mediocre-pictures
Helping you take mediocre pictures, hands-free. 📷🙆🏻🙅🏾💁🏼📸
Stars: ✭ 16 (-96.88%)
Mutual labels:  preact, styled-components
desvg
🌅 Converts SVG files into components 🌞
Stars: ✭ 79 (-84.6%)
Mutual labels:  preact, styled-components
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-43.08%)
Mutual labels:  nextjs, preact
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (-19.69%)
Mutual labels:  documentation, nextjs

styled-components.com

The styled-components website. Built with Next.js, Preact and (of course) styled-components!

Contributing

Thank you so much for wanting to contribute to the website! We could really use a hand at making it the best it can be, see the issues for some ideas on what to do.

If you've never worked with the technologies used in this repo, here are some links that may help:

Running locally

To develop the website locally, you'll want to run the development server:

# Download the repo
git clone https://github.com/styled-components/styled-components-website
# Enter the repo
cd styled-components-website
# Install the dependencies
yarn install
# Start local development
yarn dev

Note: This requires Node.js and yarn to be set up locally, see nodejs.org for more information.

Updating the visual diffs

If you add a new section or materially change the website, it probably will trigger the image comparison diff snapshot to fail. These can be updated via:

yarn test -u

Folder structure

This is what each folder correlates to:

styled-components-website
├── components/  # Shared components
├── pages/       # The actual pages, mostly containing layout; the directory directly correlates to the URL. (e.g. pages/docs/basics.js === styled-components.com/docs/basics)
├── sections/    # The content, written in Markdown
├── public/      # Assets
├── test/        # Tests
├── utils/       # Various utilities use across the site
└── vendor/      # Cached dependencies

Got stuck?

Feel free to ping us on Spectrum if you get stuck somewhere while trying to make this website better, let's resolve it together!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].