Welcome to CMNW home of conglomerat & other relevant wow communities.
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.
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.
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
.