/CelestialGeek-Tailwind-Website

CelestialGeek-Tailwind-Website

Primary LanguageHTMLApache License 2.0Apache-2.0

Celestial Geek Tailwind CSS Website

Celestial Geek Tailwind CSS Website. On this repository i've given code for the demo!

Steps needed to run and configure the website:

-> Clone this repository using Git bash

git clone https://github.com/TheSGJ/CelestialGeek-Tailwind-Website.git

-> Now, move into the project directory :

cd CelestialGeek-Tailwind-Website

-> Configure the required files for local usage :

npm i

After Running "npm i", node_modules folder will appear with the required packages for this project!

Running the Website:

-> Finally Start the development server using :

npm run start

Then, the development server will be started at http://localhost:3000/

Running the Website in Production :

-> Run the build command for :

npm run build

Then the a "dist" folder will appear with the all required static files.

-> Demo: Visit this static site at https://celestialgeek.vercel.app

License

License