Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 562 Bytes

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.