https://github.com/playerony/wkm
https://github.com/playerony/wkm
wkm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/wkm
- Owner: playerony
- Created: 2021-03-10T17:28:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T17:45:36.000Z (about 5 years ago)
- Last Synced: 2025-02-22T04:43:45.861Z (over 1 year ago)
- Topics: wkm
- Language: TypeScript
- Homepage: https://www.wkm.net.pl
- Size: 82.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฅ WKM



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.