/daleri-mega

A conversion of Daleri Mega, v1.2, by Andreas Viklund

Primary LanguageCSSMIT LicenseMIT

Daleri Mega, v1.2

Template

The template was designed by Andreas Viklund.

Daleri Mega is a free, high-quality, standards-compliant XHTML/CSS
template by Swedish template designer Andreas Viklund. It can be
downloaded and used by anyone, and there are no limitations or obligations
to worry about.

If you want to support the template designer and encourage the development
of more free templates, you should leave the footer credit link that says
"Template design by Andreas Viklund". But if you need to remove the
credits, you are free to do so. There are plenty of other ways to support
the designers work if you want to.

Svelte v3

This section copied from the Svelte v3 README file.

Get started

Install the dependencies...

cd daleri-mega
yarn install

...then start Rollup:

yarn run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Deploying to the web

With now

Install now if you haven't already:

yarn install -g now

Then, from within your project folder:

now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

With surge

Install surge if you haven't already:

yarn add -g surge

Then, from within your project folder:

yarn run build
surge public