The Skewer

The official website of The Skewer

🔗 mvskewer.vercel.app




to deploy:

  • optional (for now?):
    • copy .env.example to .env.local
    • fill in with your openai api key
  • run npm install
  • run npm build
  • run npm start

replace above package managers with your preferred package manager (yarn, pnpm, bun, etc)

or, run this command:

cp .env.example .env.local && \
vim .env.local && \
npm i && \
npm build && \
npm start

some buttons for remote deployments if you wish:

Deploy to Heroku Run on Replit Remix on Glitch Deploy to Azure Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy to Oracle Cloud Deploy on Railway Deploy to Vercel Deploy to Netlify Deploy to Koyeb Deploy to Render Deploy to Cyclic