Merge branch 'main' into develop
This commit is contained in:
commit
2e857e0d72
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:21.6
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm i
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
@ -1,4 +1,5 @@
|
||||
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/)
|
||||
|
||||
## Getting Started
|
||||
@ -12,3 +13,5 @@ $ npm run start
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
|
||||
The latest stable build can be found at [https://buzz.datalore.sh](https://buzz.datalore.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user