This is a repository for Dotrix game engine. We are using Next.js and styled-components
npm installnpm run devthen open http://localhost:3000/ in your browser
npm run buildit will build .next and out directory
npm run start
then open http://localhost:5000/ in your browser (we can't simply open html files from build)