Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/eeroleppalehto/go_gallery

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/eeroleppalehto/go_gallery

  • v0.0.0-20240503074226-8aa74fddf9e8
  • Source
  • Go
  • Socket score

Version published
Created
Source

Website for viewing photographs

Setup

Install Go

Follow the instructions on the official website

Add following path to your .profile:

export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
export PATH=$PATH:$(go env GOPATH)/bin

Install Air

Air is a live reload tool for Go applications. It is used to automatically reload the server when changes are made to the code. Install it using the following command

go install github.com/cosmtrek/air@latest

Run the following command to start the server

air

Install templ

templ is a tool for generating Go templates. Install it using the following command

go install github.com/a-h/templ/cmd/templ@latest

Install sqlc

sqlc is a tool for generating Go code from SQL queries. Install it using the following command

go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest

Install Node.js

Node.js is required to run tailwindcss. Follow the instructions on the Node.js official website to install it.

To run tailwindcss in watch mode

npm run watch

FAQs

Package last updated on 03 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc