An api for my personal stuff, which is used by anishshobithps.com
- Node.js
- Git
- TypeScript
- Hono.js
Important
To avoid confusions, I suggest creating one common directory for the API code and website code, then we can clone both project to the that common directory.
- Create the common directory, skip if you already made the common directory while cloning the website.
mkdir website
- Change the directory to the
website
directory, skip if you have done during the website process.
cd website
- Clone the Project
git clone [email protected]:anishshobithps/api.anishshobithps.com.git api
- Change the directory to the
api
folder.
cd api
- Install Dependencies required for the project.
npm install
- Run the dev version or build code for production via
npm run
.
npm run dev
# or
npm run build
- Start the website, in a another terminal.