https://github.com/TheAlexLichter/lichter.io
My own website and CV
https://github.com/TheAlexLichter/lichter.io
cv hacktoberfest nuxt nuxtjs portfolio portfolio-website tailwindcss vue vuejs2 webpack
Last synced: about 2 months ago
JSON representation
My own website and CV
- Host: GitHub
- URL: https://github.com/TheAlexLichter/lichter.io
- Owner: manniL
- License: mit
- Created: 2017-11-09T09:34:33.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T17:02:15.000Z (10 months ago)
- Last Synced: 2024-11-28T18:20:25.263Z (10 months ago)
- Topics: cv, hacktoberfest, nuxt, nuxtjs, portfolio, portfolio-website, tailwindcss, vue, vuejs2, webpack
- Language: Vue
- Homepage: https://lichter.io
- Size: 51.4 MB
- Stars: 193
- Watchers: 8
- Forks: 33
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# www.lichter.io - My personal website, blog and more
It took a while, but my eventually I had the time to rebuild my website!
## Tech stack
- [Nuxt.js 3](https://nuxtjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- See a list of modules used in the [nuxt.config.ts](nuxt.config.ts) file## Local setup
1. You need to install Node.js, as well as enable corepack to install pnpm.
1. Clone this repo via `git clone`
1. Run `pnpm i` to install the dependencies
1. Run `pnpm dev` to start the local Nuxt dev server## Security
If you discover any security related issues, please email hello at lichter dot io instead of using the issue tracker.
## License
As mentioned on my website the code of my website is licensed under The MIT License (MIT). Please see [License File](MIT%20LICENSE) for more information. All written content such as speaking lists, articles or similar are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).