Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.82 KB

File metadata and controls

56 lines (44 loc) · 1.82 KB

BlogWebApp 🌐

A simple blog site created by Manik Lakhanpal, currently a work in progress! ✨ You can access the live version on blogs.w16manik.ninja 🚀

Getting Started 🎯

These instructions will help you set up and run the project on your local machine. 💻

Prerequisites 📋

Before you begin, make sure you have Deno, Node, and npm installed on your machine. ⚙️

Installing Deno 🦕

If you don't have Deno installed, follow these steps:

  1. Download Deno: 📥

    • Visit the official Deno website
    • Download the recommended version for your operating system
  2. Run the Installer: 🔧

    • Follow the installation wizard instructions
    • You can use the default settings in most cases
  3. Verify Installation:

    • Open a terminal or command prompt
    • Type the following command to check the installed Deno version:
      deno -v
    • You should see version numbers for Deno 2.x.x

Installing Project Dependencies 📦

To install the project dependencies, run the following command in your frontend directory:

npm install

This command installs all the required packages listed in the package.json file.

Launching the Site 🚀

You can launch the site using the following commands:

  • In backend directory use:
    deno run main.ts
  • In frontend directory use:
    npm run dev

These commands will start the application on port localhost:3000. 🌟

The first command starts the API server. Now, you can access the site in your web browser at http://localhost:3000 🌐

Contributing 🤝

Email me if you want to contribute 👉 lakhanpalmanik@protonmail.com 📧

Using ℹ️

Feel free to customize it further based on your project's specifics! 🎨