A dev platform to easily test .sudocode files
- Frontend server build with vitejs running vanilla js. Responsible for providing a sudoku editor and UI for uploading
.sudocode - Backend express server to handle
.sudocodeto.jsrule compilation.
- Tailwind for easy styling
- TypeScript for type enforcement
- Eslint and Prettier to enforce style guide
- Download latest version of NodeJs
- Open extensions tab and enter
@recommendeddownload all 4 - Run
npm iin root directory
- Update the
.env - To launch dev server run
npm run dev