Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thvroyal/dangzed
https://github.com/thvroyal/dangzed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thvroyal/dangzed
- Owner: thvroyal
- License: mit
- Created: 2024-07-13T15:09:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T06:53:10.000Z (6 months ago)
- Last Synced: 2024-07-14T17:40:43.632Z (6 months ago)
- Language: TypeScript
- Homepage: https://dangzed-birthday.vercel.app
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter template for marketing website with full SEO support
## Tech Stacks
- `NextJS` - The React framework with hybrid static & server rendering, and App Router
- `Typescript` - JavaScript with type safety and enhanced developer experience
- `TailwindCSS` - A utility-first CSS framework for rapid UI development
- `Eslint` - A tool for finding and fixing code issues and enforcing code style
- `Prettier` - A code formatter for consistent and readable code style
- `Google Analytics` - A web analytics service that tracks and reports website traffic## Roadmap
- [x] Dynamic generate sitemaps and robot files
- [ ] Support multiple languages
- [ ] Add common pages
- [ ] Generate og images## Start Locally
1. Clone the repository
2. Install dependencies using `yarn`
```bash
yarn
```3. Start the development server
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.