Make a blog post with Marked
, and Supabase
!
** Note! Please use supabase-js
instead of fetching through the URL, since the module provides more functionalities. I used fetching through Supabase URL to communicate with my database, just to get a hang (and learn) with HTTP requests.
- Create a local folder and do
cd [folder path]
- Open your terminal and type
git clone git@gitlab.com:laazyCmd/blog-post-maker.git
- Run
npm install
to install all dependencies - Run
npm run build
to check any errors - Run
npm run dev
and go tohttp://localhost:3000/
in your browser to see the website