Skip to content

AlexVCS/Duguetia

Repository files navigation

Duguetia

Welcome to the project about the Duguetia genus. The goal is to educate people about this genus, and get more people excited to grow and taste Duguetia's. The project is built with Svelte, Tailwind CSS, and Bun as the package manager.

Setup

Git, and Bun are required to run this project. Install Git by following this. For installing Bun please follow these instructions.

  1. Click the green code button:

Screenshot showing the green code button on GitHub

From there, click the button to the right of the URL under HTTPS. This will copy the URL of the repository.

Then open your terminal or command line. If you haven't used the command line before learn how to here.

If you've got a folder where you keep projects, change directories into that folder. After that type this command:

git clone https://github.com/AlexVCS/Duguetia.git

This clones the repository to your local machine. It has a root directory called Duguetia to store all the files.

  1. Change directories into that folder:

cd Duguetia

After that you can open the project in your text editor of choice. I use Visual Studio Code and launch it from the command line. Learn how here.

  1. Once you have the project open, you need to install the dependencies. Run this in your command line from the root (Duguetia folder) of the project:

bun install

  1. After that finishes, start a development server:

bun dev

Releases

No releases published

Packages

No packages published