This is my personal homepage. I adapted it from a Tailwind UI site template which was built using Tailwind CSS and Next.js.
First install the npm dependencies:
npm install
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:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
- Launch 🚀
- Implement Content Security Policy
- Publish projects section
- Move hosting
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Any third party dependencies are subject to their respective license agreements.
All content is licensed under Attribution-ShareAlike 4.0 International.
To learn more about the technologies used in this site template, see the following resources:
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation
- Headless UI - the official Headless UI documentation
- MDX - the MDX documentation