sold666 / sold666.github.io

Business card website

Home Page:https://sold666.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Business card website

Project Description

This project is a business card website created to present my personal information, projects and contact details. It is developed using HTML, CSS and JavaScript and third-party libraries.

Demo

Visit GitHub Pages to view the demo version of the site.

Installation and launch

To install and launch a business card site on a local machine, follow the instructions below:

git clone https://github.com/sold666/sold666.github.io.git

cd sold666.github.io

npm install // install dependencies

npm run start // or parcel

To create an optimized vCard site build, run the following command:

npm run build // or parcel build

If you encounter errors make sure you have the latest version of parcel installed run:

npm install -g parcel@latest

Requirements

  • NodeJS (version 12 or higher)
  • Parcel (last version)

About

Business card website

https://sold666.github.io/

License:MIT License


Languages

Language:JavaScript 49.8%Language:HTML 28.2%Language:CSS 22.0%