Skip to content

This repository automatically generates a simple image website from each time a file is added or modified in the Chinese Ideographs repository.

License

Notifications You must be signed in to change notification settings

nautilus-cyberneering/chinese-ideographs-website

Folders and files

NameName
Last commit message
Last commit date
Jun 15, 2022
Apr 25, 2022
Feb 21, 2022
Apr 25, 2022
Mar 3, 2022
Nov 10, 2021
Nov 9, 2021
Oct 18, 2021
Oct 18, 2021
Feb 21, 2022
Feb 21, 2022
Feb 25, 2022
Apr 25, 2022
Apr 25, 2022
Oct 29, 2021

Repository files navigation

Chinese Ideographs Website

Work allocator Worker Deploy to GitHub Pages

This website shows images processed by this repository: https://github.com/Nautilus-Cyberneering/chinese-ideographs

You can see this live page here: https://Nautilus-Cyberneering.github.io/chinese-ideographs-website

Get started

git clone --recurse-submodules --remote-submodules git@github.com:Nautilus-Cyberneering/chinese-ideographs-website.git

Install the dependencies ...

cd chinese-ideographs-website
npm install

...then start Rollup:

npm 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.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

Building and running in production mode

To create an optimized version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

Development

Use act to import Base images:

act -j import

About

This repository automatically generates a simple image website from each time a file is added or modified in the Chinese Ideographs repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published