CephalonScientia / wiki-reader

📖 MediaWiki wiki reader
1 stars 0 forks source link

Define a build script #2

Closed CephalonScientia closed 2 years ago

CephalonScientia commented 2 years ago

Describe the solution you'd like Write a shell script that builds project from src to lib folder, taking into account Tailwind CSS and transpiling TypeScript to JS. Running the command npm start should also build lib/stylesheets/output.css based on src/stylesheets/input.css.

CephalonScientia commented 2 years ago

This issue was made before project was built on Nuxt.js. Nuxt's scaffolding tool already handles this.