shapeshift / og

memoless swaps throwback
MIT License
0 stars 3 forks source link

Getting started

Install packages:

yarn

Run the app for development:

yarn dev

You may need to add sensitive env vars locally. This can be done by adding .local to your env file and replacing with your own values.

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}