ankdev.me is built using Remix and React Router, and is deployed on Cloudflare Pages.
- Deployed on Cloudflare Pages
- Blog system powered by MDX
- Modern Remix-based architecture
- Fast, lightweight, and optimized for the edge
Before you can run the project locally, make sure you have the following installed:
-
Clone this repository:
git clone https://github.com/ankitskvmdam/ankitskvmdam.github.io./
-
Navigate to the project directory:
cd ankitskvmdam.github.io -
Install dependencies:
npm install
or
yarn install
To start a development server, run:
npm run dev or
yarn devThis will start a local server, and you can view the site at http://localhost:5173.
To build the project for production, run:
npm run buildor
yarn buildThe built files will be located in the build directory.
This project is licensed under the MIT License.