Datasette showing my Naruto Shippuden DVD collection.
To begin, ensure your system has the following prerequisites installed:
- Docker: Install Docker
- Visual Studio Code (VS Code): Download VS Code
- Dev Containers Extension: Install from the VS Code Marketplace
Clone the repository from GitHub:
git clone https://github.com/bystefankuehnel/naruto.dvd.stefan-dev.de.gitMake sure Docker is running on your machine. You can verify this by opening a terminal and running:
docker --versionNote
If Docker is not running, start the Docker or Docker Desktop application on your computer.
Then open the cloned repository in Visual Studio Code.
code naruto.dvd.stefan-dev.deWhen prompted, click Reopen in Container. VS Code will build the container and drop you into a fully configured containerized development environment.
Once inside the development container, you can use the following commands:
To start the development server with hot-reloading:
bun run devTo build the project for production:
bun run buildTo preview the built project:
bun run build
bun run previewBelow you will find a list of documentation for tools used in this project.
- Datasette Lite: An Open Source Multi-Tool for Exploring and Publishing Data - Docs
- Nix: Nix Package Manager - Docs
- Nix Flakes: An Experimental Feature for Managing Dependencies of Nix Projects - Docs
- GitHub Actions: Automation and Execution of Software Development Workflows - Docs
Thank you for your message! Please fill out a bug report.
This project is licensed under the GNU General Public License.