/astro-islands

Created with CodeSandbox

Primary LanguageTypeScript

How to run

cd astro
npm i
npm run build

cd ..
cd nextjs
npm i
npm run build
cd ..

On one terminal

# RUN ASTRO
node ./astro/dist/server/entry.mjs

on another terminal

# RUN NextJS
cd ./nextjs && npm run start