Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```