This is a repository for Dotrix game engine. We are using Next.js and styled-components
npm install
npm run dev
then open http://localhost:3000/ in your browser
npm run build
it 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)