This metaphysical website uses Pythagoras's mathematics, coupled with pyrthagorean name numerology. To assign a Root number to your name based on it's vibrational essence.
This webapp will calculate your destiny number, based on pythagorean numerology. Once your name number has been calculated, the site will give the corresponding number and info to the user.
To try out the webapp, see the demo
This section lays out how to get the app running locally.
- Clone the repo and navigate to the repo:
git clone https://github.com/ChrisForti/know-urself.git && cd know-urself- You'll need node version 18 or higher (Optional).
npm install npm@latest -g- Install dependencies.
npm install- Start the development environment.
npm run dev