Skip to content

cacybernetic/cacybernetic.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Art Cybernetic

Front-end Development Web Development Web Application User Interface CA Cybernetic

The home page has been made to present all services offered by Console Art Cybernetic organization, theirs resources and pricing. It's a front-end project only. No any back-end API is called.

Table of contents

  1. Access links
  2. Final result
  3. Project installation
    1. Nodejs installation
    2. Sources code cloning
    3. Dependencies installation
    4. Project execution

Access link

The official website of Console Art Cybernetic can be accessible via the link below :

Final result

This is the final result of the project :

First render Second render Third render Fourth render

Project installation

⚠️ This project uses Vite bundle as javascript server. Before run the project, you must install Vite and NodeJS.

Nodejs installation

cd ~;\
sudo apt install curl;\
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash;\
source ~/.bashrc;\
nvm --version;\
nvm install --lts;\
node --version;\
npm install yarn --global;\
yarn --version

Sources code cloning

git clone git@github.com:cacybernetic/cacybernetic.github.io.git ca_cybernetic/

Dependencies installation

Go to the root folder of the project sources and run :

yarn install

📔Note : Vite will be installed automatically after running the command line above.

Project execution

Go to the root folder of the project and run :

yarn run dev

Then, open your favorite browser and tap on the search bar, the following link below :

http://localhost:5100/

Enjoy :)