https://github.com/inttter/iinter.me
My personal website made using Next.js, Million, and Tailwind.
https://github.com/inttter/iinter.me
blog lanyard nextjs portfolio socials tailwindcss website
Last synced: 2 months ago
JSON representation
My personal website made using Next.js, Million, and Tailwind.
- Host: GitHub
- URL: https://github.com/inttter/iinter.me
- Owner: inttter
- License: mit
- Created: 2024-03-05T22:12:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:27:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:29:35.310Z (about 1 year ago)
- Topics: blog, lanyard, nextjs, portfolio, socials, tailwindcss, website
- Language: TypeScript
- Homepage: https://iinter.me
- Size: 98.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iinter.me
* [**Next.js**](https://nextjs.org)
* [**Tailwind CSS**](https://tailwindcss.com)## Clone locally
```bash
git clone https://github.com/inttter/iinter.me.git
cd iinter.me
npm install
npm run dev
```To update a post's last updated time, run:
```bash
npm run last-updated -- content/[file].md
```## License
© **2025** - Licensed under the [**MIT License**](https://github.com/inttter/iinter.me/blob/master/LICENSE).
Content inside of posts **may** be subject to other licenses.