website design project
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
Site published at: https://front-end-by-rimantas.github.io/55-grupe-astronautas
- Github pages
- no responsive design
- CSS file
- FontAwesome icons
- display: flex
- hover state
- bash commands:
touch index.html
(sukuria faila)touch failas1.txt failas2.txt failas3.txt failas4.txt
mkdir img
(sukuria folderi/direktorija)mkdir folder1 folder2 folder3 folder4
ls -al
(stulpeliu atvaizduoja direktorijoje esanti turini)
- git commands:
git init
(git repozitorijos iniciavimas)git add .
(visus paredaguotus failas perkelia i "stage", t.y. paruosia commit'inimui)git commit -m "Message text"
(su'commit'ina)git push
(issiuncia commit'a i remove repozitorija (Github))
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/front-end-by-rimantas/54-grupe-astronautas.git
- Install NPM packages
or
npm i
npm install
- Run the server
npm run dev
There is no tests for this project.
Rimantas: Github
Distributed under the MIT License. See LICENSE.txt for more information.
No other resources.