/codex-website

Codex Editor landing page and download link

Primary LanguageHTML

Template preview

View demo: https://tailwind-landing-template.vercel.app/

Tailwind landing page

An open source TailwindCSS landing page template.

This project was scaffolded with create-vite but the entirety of the code is available in the index.html file, and was designed to slot easily into any default Tailwind project like here, on a Tailwind playground link. The biggest customisation outside of this is the inclusion of the Inter font.

Notes

I am more designer than developer and this is the first thing I've ever really open sourced, please feel free to suggest changes, and call out any mistakes that have been made.

Installation

If you'd like to play around with this repo, follow the steps below.

Clone the repo

  git clone https://github.com/dave-hawkins/tailwind-landing-template

Open the folder

  cd tailwind-landing-template

Install dependancies

  npm i

Run the server

  npm run dev

If you use this template for something, please tell me. I'd love to see it going to good use!