Blockchain Technology Landing Page
BC.Tech – is a clean, mordern and fully responsive blockchain landing page With its user-friendly interface
Designed by Taqwah
✔️ Fully responsive (compatible with major browsers, tablets and phones)
✔️ W3C valid HTML
✔️ Cross-browser compatible
✔️ Light-Weight code
✔️ Organized and well structure code
✔️ Easy to customize with SASS variables and CSS utility classes
Online Deployment of this project is available at: bctech.netlify.app
You'll need to install Git and Node.js(includes npm) in your System. You might have These already, but if not, get the Latest LTS Version of Node.js from nodejs.org and latest release of Git from git-scm.com.
- Clone the repository
$ git clone https://github.com/alirezzax/bctech.git
- Move into the repository
$ cd bctech
- Install dependencies
$ npm install
$ npm run dev
You can run this code to start the local server for development and testing purposes. Once your server has started, go to this url
http://localhost:1234/
to view it in your browser.
$ npm run build
You can run this code to build your project for production to the
dist
folder. It automatically bundles and optimizes your application for production.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Alireza Khoshniyat - https://github.com/alirezzax
This project is licensed under the MIT License - see the LICENSE.md file for details