Skip to content

ryoppippi/ryoppippi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,902 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ryoppippi.com

Ask DeepWiki

Development Environment

Using Nix Flake

This project includes a Nix flake for reproducible development environments. All development tools are defined in flake.nix and provided via Nix.

Installing Nix

# Install Nix with flakes enabled (if not already installed)
curl --proto '=https' --tlsv1.2 -sSf -L https://artifacts.nixos.org/experimental-installer | \
  sh -s -- install

# If flakes are not enabled, enable them with:
mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

Activating the Development Environment

# Automatic activation with direnv (recommended)
direnv allow

# Or manual activation
nix develop

The flake provides all necessary development dependencies including Node.js, pnpm, and other build tools.

Developing

pnpm i

# Start the server and open the app in a new browser tab
pnpm dev -- --open

Building

To create a production version of your app:

pnpm build

Licence

Code is under MIT.

Contents are under CC BY-SA 4.0.

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors