Skip to content

Atmos4/interpost-jamstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpost v2 with Strapi and Astro 🚀

JAMStack monorepo, using Strapi as CMS and Astro as SSG.

Tech stack:

Run the project locally

You need to setup a .env file in the backend directory. You can take inspiration from .env.example.

  • Install yarn: npm install --global yarn

Then either from the root directory:

  • yarn setup to install all dependencies
  • yarn dev to start everything

Or in both backend and frontend directories

  • yarn install
  • yarn dev

You also need to setup a .env file in the backend directory. You can take inspiration from .env.example.

The backend can then be accessed at http://localhost:1337 and the frontend at http://localhost:3000. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published