Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/playerony/wkm


https://github.com/playerony/wkm

wkm

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# πŸ”₯ WKM

![Lint](https://github.com/playerony/WKM/workflows/Lint/badge.svg)
![Build](https://github.com/playerony/WKM/workflows/Build/badge.svg)
![Build](https://github.com/playerony/WKM/workflows/Typecheck/badge.svg)

This is a website for a motorcycle club from Poland - WKM

## πŸ“–Table of Contents

- πŸ‘€ [What's inside](#whats-inside)
- ⚠️ [Prerequisites](#%EF%B8%8F-prerequisites)
- πŸ“œ [Scripts](#scripts)

## πŸ‘€What's inside:

Website for motorcycle club written with Next.js.

## ⚠️ Prerequisites

You need to have installed the following software:

- [nodejs](https://nodejs.org/en/) (>=14.15.0)
- [npm](https://npmjs.com/) (>= 6.14.0)

## πŸ“œScripts:

### Development

- `dev` - Run application in development mode.
- `start` - Run application in production mode.
- `reinstall-deps` - Run will remove all dependencies and reinstall them.

### Build

- `build` - Build for production ready application.

### Test

- `test` - Run tests

### Analyze

- `lint` - Run `eslint`. Output any errors 🚨
- `typecheck` - Run `tsc`. Output any errors 🚨
- `format` - Run `prettier` to format all the files.