- https://legendofmana.info
- https://legendofmana-info.netlify.app/ (in case the domain expires)
- https://craigerskine.github.io/legendofmana.info/ (in case the domain expires)
- Install node.js on your computer
- Download an integrated IDE like VSCode
- Download this repository and extract to a folder where you want to store it locally
- Drag the folder into an empty IDE window and open the integrated terminal [⌃ + `]
# install the site dependencies
$ npm install
# start a local hot version of the site
$ npm start- Open http://localhost:8080 in your browser of choice
- Start editing the local files in your editor of choice and watch in amazement as your browser hot reloads your saved changes
All data, markup, components, layouts, scripts, files, and images are in the _src folder. The site will deploy locally to a public folder. Theoretically you could upload that folder to any web host since it's just static HTML.
Keep in mind that there are no CSS files anywhere to be found. This is intentional since I used Twind (which auto generates CSS on the client-side during browsing). Everything is styled using Tailwind CSS v3.0 syntax and kept organized via Twind grouping/one-offs.
Enjoy!