This is the website for the Legacy Code Rocks community and podcast.
It started out as an implementation of the Transmit site template from Tailwind UI. The site is built using Tailwind CSS and Next.js. It has been modified from the original template version.
To get started, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
This site is based on the Transmit template from Tailwind UI. Code from the template is published with this repository per the terms of the Tailwind UI license. Specifically this clause:
You can: ...
- Use the Components and Templates to create End Products that are open source and freely available to End Users.
With the above notice, the code in this repository is published under the Creative Commons, Attribution-ShareAlike license.
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