- https://devenv.sh/getting-started/#installation
- direnv allow
- devenv up
Check devenv info for any extra functionality/scripts
All commands are run from the root of the project, from a terminal:
| Command | Action | 
|---|---|
| yarn install | Installs dependencies | 
| yarn dev | Starts local dev server at localhost:3000 | 
| yarn build | Build your production site to ./dist/ | 
The original Saas UI landing page template is licensed under the MIT license.