Merge branch 'main' of github.com:Priyatham-sai-chand/locaft into main

This commit is contained in:
Priyatham Sai Chand 2021-01-24 23:25:46 +05:30
commit be5004c1e0
3 changed files with 15 additions and 1 deletions

7
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,7 @@
FROM gitpod/workspace-mongodb
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start

View File

@ -1,7 +1,8 @@
![auction](public/locaft.jpg) ![auction](public/locaft.jpg)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Priyatham-sai-chand/Locaft)
![GitHub language count](https://img.shields.io/github/languages/count/Priyatham-sai-chand/Locaft?style=for-the-badge) ![GitHub language count](https://img.shields.io/github/languages/count/Priyatham-sai-chand/Locaft?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Priyatham-sai-chand/Locaft?style=for-the-badge) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Priyatham-sai-chand/Locaft?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/Priyatham-sai-chand/Locaft?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/Priyatham-sai-chand/Locaft?style=for-the-badge)