The website for the West Sound Hall on Orcas Island https://westsoundhall.org
Go to file
2024-01-08 14:43:03 -08:00
public Update club and rental pages 2023-12-15 18:33:37 -08:00
src Update event calendar 2024-01-08 14:43:03 -08:00
.env.example Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
.eslintrc.json Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
.gitignore Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
LICENSE.md Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
mdx-components.tsx Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
next.config.mjs Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
package-lock.json Use Stripe Address and email admin on membership creation 2023-12-25 19:04:15 -08:00
package.json Use Stripe Address and email admin on membership creation 2023-12-25 19:04:15 -08:00
postcss.config.js Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
prettier.config.js Renaming pages and adding content 2023-11-26 09:36:23 -08:00
README.md Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
tailwind.config.ts Add Stripe membership form 2023-12-25 15:34:39 -08:00
tsconfig.json Fresh template from Tailwind 2023-11-15 19:42:05 -08:00
typography.ts Fresh template from Tailwind 2023-11-15 19:42:05 -08:00

Spotlight

Spotlight is a Tailwind UI site template built using Tailwind CSS and Next.js.

Getting started

To get started with this template, 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.

Customizing

You can start editing this template by modifying the files in the /src folder. The site will auto-update as you edit these files.

License

This site template is a commercial product and is licensed under the Tailwind UI license.

Learn more

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