Skip to content

ninjality/web

Repository files navigation

Ninjality Website

The source code for ninjality.com

Built with

Development

  1. Install dependencies: yarn install (learn about yarn)
  2. Run development server: yarn dev

Troubleshooting

  • If getting runtime errors, delete .cache folder and re-run yarn dev.
  • If missing dependencies, delete node_modules and re-run yarn install.