I was searching for online tool which is easy to use and the name should be simple. This is a personalize fork of Mark.
- Modify the menu items.
- Redirect http[s]://blabla.page to https://www.blabla.page
- Create a simple chrome extension.
- Publish the chrome extension in chrome store.
- Add
Clear
option in menu items. - Add
About
page in blabla.page - Show
History
. - Convert blabla.page to PWA.
- Preview button on the top. 🥉
Prerequisite
Steps
# clone this repo
git clone https://github.com/puni9869/blabla-page
# cd into it and install the basic dependencies
npm i
# run the dev server to check if it's working (optional)
npm dev
# build the app into static files
npm build
# you can then serve the output folder using your favorite http serving solution
npx serve dist
# or
python –m SimpleHTTPServer dist
MIT © Reaper (Original)
MIT © blabla.page (After Fork)