0.0.2 ⢠Published 3 years ago
sanvarov v0.0.2
Table of Contents:
š Description
Preview this by typing in the following command in your terminal:
npx sal-anvarovThis is a npx business card that I created to connect with other developers programmatically.
š ļø Prerequisites
Non Docker
- Please make sure to have Node.js (16+) locally by downloading the Javascript runtime via
brew,choco, orapt-get.
Docker š³
- Please make sure to have Docker Desktop operational to quickly compose the required dependencies. Then follow the docker procedure outlined below.
š Deployment
Manual Deployment without Docker
Clone the repo via
git clone https://github.com/msanvarov/npx-business-card.Navigate to the root directory of repo via
cd npx-business-card.Download dependencies via
npm ioryarn.Start the cli app in development mode via
npm run dev. To start in production mode, runnpm run buildand thennpm start.
Deploying with Docker š³
Open in Docker Dev Environments
- Execute the following command in-app directory:
# creates and loads the docker container in detached mode with the required configuration
$ docker-compose up -dš Repository Files and Folders
.
āāā LICENSE
āāā README.md
āāā package-lock.json
āāā package.json
āāā sal-cv.html
āāā src
ā āāā index.ts
āāā tsconfig.jsonšļø Progress
| Branches | Status |
|---|---|
| main | ā |
| feat/* | š§ |
š„ Help
PRs are appreciated, I fully rely on the passion ā¤ļø of the OS developers.
License
This personal portfolio website is MIT licensed.