Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thvroyal/dangzed


https://github.com/thvroyal/dangzed

Last synced: 3 months ago
JSON representation

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.