Skip to content

praphull-purohit/praphull.github.io

Repository files navigation

Source for praphull.github.io

This site is built using Svelte/SvelteKit and Bulma . It is hosted at https://praphull.com

Modifying

You can use clone this repo and modify the code to build your own website.

Install the dependencies Note that you will need to have Node.js installed.

git clone [email protected]:praphull-purohit/praphull.github.io.git
cd praphull.github.io 
yarn install

Test locally:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

To create a production version of your app:

yarn build

You can preview the production build with yarn preview.

Hosting

The app is hosted using Netlify, by using default configurations.