Skip to content

givikuna/ketoPhotographyWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ketoPhotographyWebsite

A photography website for keto

before running install the dependencies

Ubuntu:

curl

sudo apt install curl

make

sudo apt install make

Node/NPM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm install latest

Rust

curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

Install TypeScript

sudo npm install -g typescript

Install ts-node

sudo npm install -g ts-node

Running

to build run

npm run build

to start run

npm run start

to stop run

npm run stop