Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.21 KB

Welcome to CMNW home of conglomerat & other relevant wow communities.

Technology

Commonwealth is build on React via Next.js. Material-UI was taken as a component library.

Home repo based on GitHub. And all back-end data are served by commonwealth API based on NestJS and received from open sources.

Contribution

We will be glad to receive any amount of contribution or feedback if > are experienced in the relative field. Code reviewing, component design ideas, issues & pull requests are opened.

Deploy

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.


Therefore, it can be deployed locally via npm run docker:build (docker build -t cmnw-next .) & npm run docker:run (docker run -d -p 3000:3000 cmnw-next).

All the relevant information could be found in Dockerfile.