Skip to content

IamSTEINI/dxby.dev

Repository files navigation

DXBY.DEV

My website

This project is my website dxby.dev developed with Astro and TypeScript.

Prerequisites

Make sure you have the following tools installed:

  • Node.js (recommended: version 16.x or higher)
  • npm or yarn (for installing dependencies)

Installation

  1. Clone the repository

    git clone https://github.com/IamSTEINI/dxby.dev.git
  2. Navigate to the project directory

    cd dxby.dev
  3. Install dependencies

    If you are using npm:

    npm install

    If you are using yarn:

    yarn install

Running the Development Server

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.

Building the Project

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.

Linting and Formatting

This project uses ESLint for code analysis and Prettier for formatting.

License

This project is licensed under the Apache 2.0.

Stein card