Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/givikuna/ketophotographywebsite
- Owner: givikuna
- Created: 2023-06-18T00:08:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T03:53:36.000Z (11 months ago)
- Last Synced: 2024-03-11T04:40:48.429Z (11 months ago)
- Topics: expressjs, html, javascript, jquery, portfolio-website, python, python3, rust, types, typescript
- Language: TypeScript
- Homepage:
- Size: 60.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```