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
.sudocode
to.js
rule 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
@recommended
download all 4 - Run
npm i
in root directory
- Update the
.env
- To launch dev server run
npm run dev