Saiba as empresas que estão na fila do PIX!
- NFE.io API
- NextJS
- ReasonML
- Nice stats
- Nice viz
Data comes from Banco Central do Brasil.
Run BuckleScript in dev mode:
npm run bs:start
In another tab, run the Next dev server:
npm run dev
Build CSS seperately via postcss
(useful for debugging)
# Devmode
postcss styles/main.css -o test.css
# Production
NODE_ENV=production postcss styles/main.css -o test.css
# Make sure to uncomment the `target` attribute in `now.json` first, before you run this:
npm run build
PORT=3001 npm start