/who-joins

Not sure yet if it's just a playground or a serious website

Primary LanguageTypeScript

Who joins

A side project for my football team with the main purpose of learning Next.js.

Local development

Run the development server:

yarn dev

Open http://localhost:3000.

Linting

For linting and fromatting this project uses Prettier, ESLint and stylesint. It is very much recommended to use VSCode, because it will auto format/fix all your code automatically for you once you save a file. In order for that to work you need to install the following plugins:

If you don't use VSCode you could also use the command yarn format:all.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.