Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willemverbuyst/random-numbers
https://github.com/willemverbuyst/random-numbers
githubactions lodash next-js shadcnui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/willemverbuyst/random-numbers
- Owner: willemverbuyst
- Created: 2024-08-09T04:53:48.000Z (5 months ago)
- Default Branch: development
- Last Pushed: 2024-10-30T05:42:33.000Z (2 months ago)
- Last Synced: 2024-11-22T03:02:46.629Z (about 1 month ago)
- Topics: githubactions, lodash, next-js, shadcnui
- Language: TypeScript
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Numbers
[![Check Code](https://github.com/willemverbuyst/random-numbers/actions/workflows/code-check.yml/badge.svg)](https://github.com/willemverbuyst/random-numbers/actions/workflows/code-check.yml) [![Test](https://github.com/willemverbuyst/random-numbers/actions/workflows/code-test.yml/badge.svg)](https://github.com/willemverbuyst/random-numbers/actions/workflows/code-test.yml) [![Lint GitHub Actions workflows](https://github.com/willemverbuyst/random-numbers/actions/workflows/gh-actions-lint.yml/badge.svg)](https://github.com/willemverbuyst/random-numbers/actions/workflows/gh-actions-lint.yml) [![Deploy Next.js site to Pages](https://github.com/willemverbuyst/random-numbers/actions/workflows/deploy-nextjs.yml/badge.svg?branch=main)](https://github.com/willemverbuyst/random-numbers/actions/workflows/deploy-nextjs.yml) [![CodeQL](https://github.com/willemverbuyst/random-numbers/actions/workflows/codeql.yml/badge.svg)](https://github.com/willemverbuyst/random-numbers/actions/workflows/codeql.yml) [![Playwright Tests](https://github.com/willemverbuyst/random-numbers/actions/workflows/playwright.yml/badge.svg)](https://github.com/willemverbuyst/random-numbers/actions/workflows/playwright.yml)
## What is this?
A simple Next.js app to try out some GitHub Actions.
[live](https://willemverbuyst.github.io/random-numbers/)
## Try out locally?
> npm i
> npm run dev