Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolmios/stoop
A small component library for quickly spinning up a pretty Next.js project. (WIP)
https://github.com/dolmios/stoop
Last synced: 26 days ago
JSON representation
A small component library for quickly spinning up a pretty Next.js project. (WIP)
- Host: GitHub
- URL: https://github.com/dolmios/stoop
- Owner: dolmios
- License: mit
- Created: 2021-01-28T07:23:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T13:34:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T05:01:58.746Z (about 1 month ago)
- Homepage: https://www.npmjs.com/package/stoop
- Size: 14.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [stoop](https://github.com/dolmios/stoop)
> A small component library for quickly spinning up a pretty Next.js project.![Stoop Kid Steps Off](https://nomeatballs.files.wordpress.com/2012/08/stoop-kid-steps-off.png)
## Install
```sh
pnpm install
```
## Usage
Open [http://localhost:420](http://localhost:420) in the browser. If there are linting issues, the development server won’t start.
```sh
pnpm dev
```
Before you deploy, lint your code and format it. Then run the build.
```sh
pnpm tidy
pnpm build
```## Contributing
Feel free to get in touch with feedback, advice or suggestions. See [Conventional Commits](https://gist.github.com/dolmios/0e33c579a500d87fc6f44df6cde97259) for new contributors.
## Acknowledgments
- [stitches](https://github.com/stitchesjs/stitches)
## License
MIT © [Jackson Dolman](https://github.com/dolmios)