Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muni-town/weird-website
Landing page for weird.one
https://github.com/muni-town/weird-website
Last synced: 1 day ago
JSON representation
Landing page for weird.one
- Host: GitHub
- URL: https://github.com/muni-town/weird-website
- Owner: muni-town
- Created: 2024-08-15T14:15:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:00:13.000Z (about 2 months ago)
- Last Synced: 2024-09-09T20:55:02.431Z (about 2 months ago)
- Language: Svelte
- Homepage: https://weird.one
- Size: 1.13 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The website for weird.
# install
```
npm i
```All the pages are located under /routes.
# dev with live reload
```
npm run dev
```# build
```
npm run build
```The will build static HTML pages and put them in the `/build` directory.
After the build is done, you can preview it with
```
npm run preview
```