https://github.com/damesek/baader.hu
My personal site based on TailwindUI + NextJS.
https://github.com/damesek/baader.hu
Last synced: about 1 year ago
JSON representation
My personal site based on TailwindUI + NextJS.
- Host: GitHub
- URL: https://github.com/damesek/baader.hu
- Owner: damesek
- License: other
- Created: 2023-11-03T19:28:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T15:11:41.000Z (over 1 year ago)
- Last Synced: 2025-02-16T16:23:40.758Z (over 1 year ago)
- Language: TypeScript
- Size: 25.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Baader.hu personal public site
My personal website uses a Tailwind UI template, which was built using Tailwind CSS and Next.js.
WIP:
- missing mainly all blogpost etc
- change company logos

## Getting started
To get started with this template, first install the npm dependencies:
```bash
yarn
```
Next, create a `.env.local` file in the root of your project and set the `NEXT_PUBLIC_SITE_URL` variable to your site's public URL:
```
NEXT_PUBLIC_SITE_URL=https://example.com
```
Next, run the development server:
```bash
npm run dev
```
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
## License
You can't use any part of this commercially, based on Tailwind UI license.