buzzword-bingo/README.md

15 lines
417 B
Markdown
Raw Normal View History

2023-11-03 14:07:21 +01:00
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/).
Icons: [Iconify](https://icon-sets.iconify.design/ic/)
2023-11-02 13:51:09 +01:00
## Getting Started
2023-11-03 14:07:21 +01:00
To build and run, execute:
2023-11-02 13:51:09 +01:00
```bash
2023-11-03 19:17:01 +01:00
$ npm i
$ npm run build
$ npm run start
2023-11-02 13:51:09 +01:00
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.