Ready site template for learning programming called proglearn
See Demo
First, run the development server
npm run dev
# or
yarn dev
Second, run the SASS
compiler
sass codeAddress test.scss codeAddress test.scss
// for exmaple:
sass source/stylesheets/index.scss build/stylesheets/index.css
Now, open http://localhost:5173 with your browser to see the result