# Phontasia Landing Page

This is the repository for the new 2021 Phontasia website which will eventually be found here:
[www.phontasia.de](http://www.phontasia.de)

## Getting Started

Run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Test and Lint

This project uses eslint. Run
```bash
npm run lint
``` 
to run the linter.

You can also run
```bash
npm run lint:fix
``` 
to automatically fix some issues.

## Tech Stack for this project

* Npm
* React
* Next.js
* Typescript
* Tailwind CSS
* ESLint
