A simple blog site created by Manik Lakhanpal, currently a work in progress! ✨ You can access the live version on blogs.w16manik.ninja 🚀
These instructions will help you set up and run the project on your local machine. 💻
Before you begin, make sure you have Deno, Node, and npm installed on your machine. ⚙️
If you don't have Deno installed, follow these steps:
-
Download Deno: 📥
- Visit the official Deno website
- Download the recommended version for your operating system
-
Run the Installer: 🔧
- Follow the installation wizard instructions
- You can use the default settings in most cases
-
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
To install the project dependencies, run the following command in your frontend directory:
npm installThis command installs all the required packages listed in the package.json file.
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 🌐
Email me if you want to contribute 👉 lakhanpalmanik@protonmail.com 📧
Feel free to customize it further based on your project's specifics! 🎨