14 lines
362 B
Markdown
14 lines
362 B
Markdown
This is a Buzzword Bingo generator for IT buzzwords, based on [Next.js](https://nextjs.org/), [TailwindCSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/).
|
|
|
|
## Getting Started
|
|
|
|
To build and run, execute:
|
|
|
|
```bash
|
|
$ npm i
|
|
$ npm run build
|
|
$ npm run start
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|