This site is built using Svelte/SvelteKit and Bulma . It is hosted at https://praphull.com
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 git@github.com: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
To create a production version of your app:
yarn build
You can preview the production build with yarn preview
.
The app is hosted using Netlify, by using default configurations.