Skip to content

bartosz-skejcik/ketamina

Repository files navigation

Getting Started

First, download the NodeJS LTS package.

Clone the repo:

git clone https://github.com/bartosz-skejcik/ketamina
# or
# download the zip file and extract it

Installing dependencies and building the project

Open a terminal and go to the project's directory

cd ketamina # changing the directory
npm install # installing dependencies

Making changes

If you want to make changes to the website and see a live previev run:

npm run dev

Publicate the website

cd ketamina
npm run build # building the project
npm run start # the website will run on the default web port (80)
# you have to be in the project's dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published