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 install
This 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! π¨