Files
react/examples/custom-styles/README.md
2020-08-24 18:40:07 +08:00

16 lines
284 B
Markdown

## Custom styles
This is an example of **how to override styles in `geist-ui`**.
## Getting Started
First, run the development server:
```bash
npm i && npm run dev
# or
yarn && yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.