Logo

Installation

cloning repository

you’ll have to first clone the repository.

git clone https://github.com/bethropolis/gena.git

installing

you’ll then install all the projects dependancies.
you can use npm, yarn pnpm e.t.c

npm install

developing

you’ll have to run the development server for easy development.

npm run dev

deploying

you can deploy the project to github pages or other host, simply run the build command to generate the static files.

npm run build