From 4b4d520a3f6dba860306292f5adfa7833780f1f2 Mon Sep 17 00:00:00 2001 From: andikaleonardo Date: Thu, 25 Mar 2021 17:25:11 +0700 Subject: [PATCH] docs(README.md): update sportiv readme --- README.md | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 142 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df2c4b..c1adb02 100644 --- a/README.md +++ b/README.md @@ -1 +1,142 @@ -# README-template.md \ No newline at end of file +

+ Sportiv Logo +

+ +# Project name + + +![GitHub repo size](https://img.shields.io/github/repo-size/sportivapp/README-template.md) +![GitHub contributors](https://img.shields.io/github/contributors/sportivapp/README-template.md) +![GitHub stars](https://img.shields.io/github/stars/sportivapp/README-template.md?style=social) +![GitHub forks](https://img.shields.io/github/forks/sportivapp/README-template.md?style=social) + +Project name is a `` that allows `` to do ``. + +Your introduction should be around 2 or 3 sentences. Don't go overboard, people won't read it. + +## Structure + +| Codebase | Description | +| :------------------- | :-------------------: | +| Frontend Tournament | Nuxt.js Frontend | +| Backend Tournament | Nest.js API | + +## Branches + - development -> pr this branch for everything else + - staging -> It'll connect to as many services as it can without touching the prod environment. + - main -> don't touch, this is what's running in prod + +## Code of Conduct +The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md). + +## Prerequisites + +Before you begin, ensure you have met the following requirements: + +* You have installed the latest version of `` +* You have a `` machine. State which OS is supported/which is not. +* You have read ``. + +## Installing `` + +To install , follow these steps: + +Linux and macOS: +``` + +``` + +Windows: +``` + +``` +## Using `` + +To use ``, follow these steps: + +```bash +# enter the project directory +cd project_name + +# pull from latest staging +git pull main + +# install dependency +npm install + +# develop +npm run dev +``` + +Add run commands and examples you think users will find useful. Provide an options reference for bonus points! + +## Advanced + +```bash +# preview the release environment effect +npm run preview + +# preview the release environment effect + static resource analysis +npm run preview -- --report + +# code format check +npm run lint + +# code format check and auto fix +npm run lint -- --fix +``` + + +## Environment Variables + +for running in your machine, please prepare your .env + +Development +```bash +BASE_URL_API_TOURNAMENT= +BASE_URL_SPORTIV= +SRC_URL_SPORTIV= +``` +Production +```bash +BASE_URL_API_TOURNAMENT= +BASE_URL_SPORTIV= +SRC_URL_SPORTIV= +``` +## Contributing to `` + +Hello engineers! We want to make contributing to this project as easy and transparent as possible, whether it's: + +- Reporting an issue +- Discussing the current state of the code +- Submitting a fix +- Proposing new updates + +To contribute to , follow these steps: + +1. Clone this repository. +2. Create a branch: `git checkout -b `. +3. Add Changes: `git add -A`. +4. Make your changes and commit them: `git commit -m -S ''` +5. Push to the original branch: `git push` +6. Create the pull request. + +Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). + + +## Contributors + +Thanks to the following people who have contributed to this project: + +* [@andikaleonardo](https://github.com/andikaleonardo) 👽 + +You might want to consider using something like the [All Contributors](https://github.com/all-contributors/all-contributors) specification and its [emoji key](https://allcontributors.org/docs/en/emoji-key). + +## Contact + +If you want to contact me you can reach me at . + +## License + + +This project uses the following license: []().