Skip to content

dmccrthy/dan.sbs

Repository files navigation

dan.sbs

⚙️ About

This is the source code for my website dan.sbs.

🏁 Getting Started

  1. Clone the Repo

    Start by cloning the repository to your device

    git clone https://github.com/dmccrthy/dan.sbs
  2. Install Dependencies

    From here you should navigate to the site folder and install the dependencies

    cd dan.sbs
    npm install
  3. Run the Website

    npm run dev

    From here the site should be running at http://localhost:3000

  4. Build for Production

    Run the following command to statically generate the site.

    npm run generate

    This should create a ./dist folder with the complete static site. Unlike webpack, this will include the html for all pages.

🧰 Tools Used

Credit to Twemoji for the favicon lol.

🗒️ License

This Website is provided under the AGPL-3.0 license. Feel free to use it as inspiration for your own website.

Thanks for Reading

-Dan

Releases

No releases published

Packages

No packages published