https://github.com/stevenacoffman/homoglyphs
Homoglyphs are fun
https://github.com/stevenacoffman/homoglyphs
Last synced: about 1 month ago
JSON representation
Homoglyphs are fun
- Host: GitHub
- URL: https://github.com/stevenacoffman/homoglyphs
- Owner: StevenACoffman
- License: gpl-3.0
- Created: 2019-12-15T00:05:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T23:38:25.000Z (over 1 year ago)
- Last Synced: 2025-03-18T05:40:20.848Z (about 1 year ago)
- Language: Svelte
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo-Svelte app
This is a project template for [Svelte](https://svelte.dev) and [Hugo](https://gohugo.io) apps. It lives at https://gitlab.com/datwood/hugo-svelte.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit git@gitlab.com:datwood/hugo-svelte.git hugo-svelte
cd hugo-svelte
```
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
****
## Get started
Install the dependencies...
```bash
cd hugo-svelte
npm install
```
...then start [Rollup](https://rollupjs.org) and Hugo:
```bash
npm run dev
```
Navigate to [localhost:1313](http://localhost:1313). You should see your app running. Edit a component file in `svelte` and save it. Livereload is built-in.
## Building
From within your project folder:
```bash
npm run build
```
You will find your website files inside `public/`.