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

https://github.com/oneflow-inc/oneflow-inc.github.io


https://github.com/oneflow-inc/oneflow-inc.github.io

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# OneFlow Landing Page
## Development

Run ReScript in dev mode:

```
npm run res:start
```

In another tab, run the Next dev server:

```
npm run dev
```

## Useful commands

Build CSS seperately via `postcss` (useful for debugging)

```
# Devmode
npx postcss styles/main.css -o test.css

# Production
NODE_ENV=production npx postcss styles/main.css -o test.css
```

## Credit
### Original author of this template
https://github.com/ryyppy/rescript-nextjs-template