Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerony/wkm
https://github.com/playerony/wkm
wkm
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/wkm
- Owner: playerony
- Created: 2021-03-10T17:28:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T17:45:36.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T05:38:23.955Z (almost 2 years ago)
- Topics: wkm
- Language: TypeScript
- Homepage: https://www.wkm.net.pl
- Size: 82.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.