Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 656 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 656 Bytes

nil.foundation

It's repo of site. It has 2 parts: admin and site.

Admin

/admin - here is Strapi application. Strapi is headless CMS that's provide easy configuration of schema through npm run develop.

Site

/site - here is next.js application. Next.js application need to have token.

How to start for develop

./dev.sh - it's generate default User with [email protected]:XYgiXDOcg4Lfpv6g accessible on http://localhost:1337/admin, site will be available here http://localhost:3000/

How to deploy in production

You should use ansible role site from (infra repository)[https://github.com/nilFoundation/infra].