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.
The official website of Console Art Cybernetic
can be accessible via the link below :
This is the final result of the project :
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
git clone git@github.com:cacybernetic/cacybernetic.github.io.git ca_cybernetic/
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.
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 :)