Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/givikuna/ketophotographywebsite

A photography website for keto
https://github.com/givikuna/ketophotographywebsite

expressjs html javascript jquery portfolio-website python python3 rust types typescript

Last synced: about 2 months ago
JSON representation

A photography website for keto

Awesome Lists containing this project

README

        

# ketoPhotographyWebsite

A photography website for keto

## before running install the dependencies

## Ubuntu:

### curl

```BASH
sudo apt install curl
```

### make

```BASH
sudo apt install make
```

### Node/NPM

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

### Rust

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

### Install TypeScript

```BASH
sudo npm install -g typescript
```

### Install ts-node

```BASH
sudo npm install -g ts-node
```

## Running

### to build run

```BASH
npm run build
```

### to start run

```BASH
npm run start
```

### to stop run

```BASH
npm run stop
```