Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiehubcommunity/eddiehubcommunity.github.io
Information about our community
https://github.com/eddiehubcommunity/eddiehubcommunity.github.io
hacktoberfest html svelte tailwind tailwindcss
Last synced: about 4 hours ago
JSON representation
Information about our community
- Host: GitHub
- URL: https://github.com/eddiehubcommunity/eddiehubcommunity.github.io
- Owner: EddieHubCommunity
- License: other
- Created: 2020-08-18T11:44:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T17:24:32.000Z (4 months ago)
- Last Synced: 2024-07-31T21:26:07.234Z (4 months ago)
- Topics: hacktoberfest, html, svelte, tailwind, tailwindcss
- Language: JavaScript
- Homepage: http://eddiehub.org
- Size: 8.67 MB
- Stars: 150
- Watchers: 17
- Forks: 123
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EddieHub Community Website
Salient is a [Tailwind UI](https://tailwindui.com) site template built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org).
## Requirements
- nodejs
- npm## Getting started
### Using Gitpod
[![Open BioDrop in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/EddieHubCommunity/Eddiehubcommunity.github.io)
### Local development
To get started with this project, first install the npm dependencies:
```bash
npm ci
```Next, run the development server:
```bash
npm run dev
```Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
## License
This site template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license).
## Learn more
To learn more about the technologies used in this site template, see the following resources:
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation