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

https://github.com/underdogbytes/my_readme_template

My default template of readme
https://github.com/underdogbytes/my_readme_template

Last synced: 4 months ago
JSON representation

My default template of readme

Awesome Lists containing this project

README

          

# Project name here

[![Language Version](https://img.shields.io/badge/languageHere-versionHere-green.svg)](https://linkOfLanguageWebsite)
![GitHub Repo Size](https://img.shields.io/github/repo-size/wolfhaltz/REPO-NAME-HERE)

banner

## Summary

[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦ [THANKS](#Thanks) ♦

## Preview

__Figma:__
Coming soon

__Behance:__
Coming soon

## About

This is an application for ??????, created using `??????` that shows ?????????????.
The main rules are:

- [ ] Example
- [ ] Example
- [ ] Example
- [ ] Example

For more information about the it, check:

example

# Get started

### Before start

You must have the down below to run the project locally:

- example
- example

### Locally project setup

To clone the project, navigate to its folder and to install required packages, run the following commands on the command prompt:

```sh
$ git clone https://github.com/wolfhaltz/example.git
$ cd example/
```

### Project Setup

```sh
TYpe the commands heres (ex: npm install)
```

### Compiles and hot-reloads for development
```
Type the commands here (ex: npm run dev)
```

### Compile and Minify for Production

```sh
Type the commands here (ex: npm run build)
```

### Run Headed Component Tests with [Testing Tools](https://tool-link)

```sh
Type the commands here (ex: npm run test:unit # or `npm run test:unit:ci` for headless testing)
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

### Usage via Docker

To build the container run:

```sh
docker-compose build
```

...then run this:

```
docker-compose up
```

Open the website at http://localhost:3000 and its done! :D

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + whatever

# Project development status
__Last update:__ XX/XX/2021

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra molestie finibus. Donec lacinia quam at est lobortis tempus. Proin ac ipsum vel orci aliquam consectetur.

To-do:

- [ ] Example
- [ ] Example

# Thanks

Lorem ipsum dolor sit amet

__Thank you for your support!__

_... And stay awesome Gothan!_

[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦ [THANKS](#Thanks) ♦ [BACK TO TOP](#Project-name-here)