In development
Clone down this repository. You will need git
, node
and npm
installed globally on your machine.
npm install
npm run build
npm run build:dev
After this command you can open the project by opening or running on a live server the index.html
file under the build
folder.
npm run build:server
npm run build:css
This command reads the tailwind.config.js
file and styles.css
template file, transpiles the CSS and exports a styles.css
file to the build
folder.
dotenv
library added to gitignore
example.env
file added as template