Rework of Jan van Steenbergen's website on Interslavic with modern and responsive design, interactive tables, localisation possibilities and more.
Technical details:
- Uses Elder.js. The code structure is based on the Elder.js template.
- Uses Svelte for HTML/JS/CSS code.
- Uses Markdown for text code.
- Uses JS modules from Interslavic dictionary website for table data.
Jan van Steenbergen maintained the original English website since 2006 and is the copyright owner of its text. Interslavic translations share his copyright (non-free) and copyright of the translators (under MIT License). Jan van Steenbergen and Interslavic community did not endorse or authorize the production of this website.
Node.js is required.
Clone this repository. Install dependencies by running this command in command line:
npm install
To start a local server, run:
npm start # or npm run dev
Navigate to localhost:3000. You should see this website running.
This spawns a development server, so you can simply edit a file in src
, save it, and reload the page to see your changes.