Skip to content

puni9869/blabla-page

 
 

Repository files navigation

Deploy static content to Pages

Motivation

I was searching for online tool which is easy to use and the name should be simple. This is a personalize fork of Mark.

Features coming soon...

  • 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

  1. Node at least v12
  2. git

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

License

MIT © Reaper (Original)

MIT © blabla.page (After Fork)

Languages

  • Vue 46.5%
  • JavaScript 24.3%
  • HTML 20.9%
  • CSS 8.3%