Skip to content

Devteamvietnam/shdsvn.com

Repository files navigation

SHDSVN

MIT License

Authors

Demo

Project

Comming soon....

Acknowledgements

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Features

  • cooming soon..

Installation Enviroment

In this project using

   - VScode
   - Nodejs
   - Git
   - comming soon ...

Run Locally

Clone the project

  git clone https://github.com/Devteamvietnam/shdsvn.com

Go to the project directory

  cd my-project

Install dependencies default

  yarn install

Start the server

  yarn start

Install with dev-tool.sh

  chmod +777 dev-tool.sh

Start the server

  ./dev-tool.sh dev

Deployment in github.io with gh-pages

To deploy this project run

  ./dev-tool.sh build
  ./dev-tool.sh deploy

License

MIT

Support

For support, email thiendinh.dev@gmail.com

Tech Stack

Client: React, Typescript

Server: Comming soon...

Screenshots

App Screenshot

🛠 Skills

Javascript, HTML, CSS...

Hi, I'm ddthien.dev from VietNam with luv! 👋

🚀 About Me

I'm a full stack developer...

Usage/Examples

import Component from 'my-project';

function App() {
  return <Component />;
}