This project is my website dxby.dev developed with Astro and TypeScript.
Make sure you have the following tools installed:
-
Clone the repository
git clone https://github.com/IamSTEINI/dxby.dev.git
-
Navigate to the project directory
cd dxby.dev
-
Install dependencies
If you are using
npm
:npm install
If you are using
yarn
:yarn install
Start the development server to view the website locally:
npm run dev
Or, if you are using yarn
:
yarn dev
Then visit http://localhost:3000
in your web browser to see your website.
Build the project for production to create an optimized version of the website:
npm run build
Or, if you are using yarn
:
yarn build
The built code will be saved in the dist
directory.
This project uses ESLint for code analysis and Prettier for formatting.
This project is licensed under the Apache 2.0.