/jovertical.dev

My personal thoughts on web development and programming

Primary LanguageJavaScript

🚀 Quick Start

# First, install the dependencies
npm install

# Then, copy & configure the environment file
cp .env.example.local .env.local

# Finally, run the development server
npm run dev

Testing

# First, run the integration server
npm run dev:integration

# Now, run unit and integration tests:
npm test