Skip to content

givikuna/ketoPhotographyWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f089ce · Mar 11, 2024
Oct 29, 2023
Oct 14, 2023
Mar 11, 2024
Aug 7, 2023
Oct 4, 2023
Jul 21, 2023
Aug 26, 2023
Mar 11, 2024
Jul 9, 2023
Nov 4, 2023
Aug 26, 2023
Aug 22, 2023
Oct 1, 2023
Jul 11, 2023
Aug 13, 2023
Jun 18, 2023
Jul 14, 2023
Jul 9, 2023
Aug 22, 2023
Jul 24, 2023
Oct 1, 2023
Jun 20, 2023
Oct 1, 2023
Aug 26, 2023
Oct 1, 2023
Aug 20, 2023
Nov 4, 2023
Jul 9, 2023
Mar 11, 2024
Aug 23, 2023
Aug 2, 2023
Jul 27, 2023
Mar 11, 2024
Mar 11, 2024
Jul 21, 2023
Aug 26, 2023
Nov 4, 2023
Aug 26, 2023
Aug 23, 2023
Oct 1, 2023
Oct 1, 2023

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