update readme with nix setup and disclaimer, increase scale max to 10
This commit is contained in:
19
README.md
19
README.md
@@ -15,10 +15,21 @@
|
||||
|
||||
---
|
||||
|
||||
## Rquirements
|
||||
## Requirements
|
||||
|
||||
- Node.js
|
||||
- Node.js 10.24.1 (insecure EOL version, provided without warranty)
|
||||
- Angular CLI
|
||||
- Nix (for reproducible development environment)
|
||||
|
||||
## Development Setup
|
||||
|
||||
This project uses Nix for a reproducible development environment.
|
||||
|
||||
1. Enter the Nix shell: `nix-shell`
|
||||
2. Install dependencies: `npm install`
|
||||
3. Start development: `make start` or `npm run start`
|
||||
|
||||
**Disclaimer:** This software is provided without any warranty. Use at your own risk.
|
||||
|
||||
## NPM Scripts
|
||||
|
||||
@@ -30,9 +41,9 @@
|
||||
|
||||
## Development server
|
||||
|
||||
Download dependencies with `npm i` or `yarn`.
|
||||
After entering the Nix shell, download dependencies with `npm install`.
|
||||
|
||||
Run `npm run start` for a dev server. Browser opens and navigates automatically to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
||||
Run `make start` or `npm run start` for a dev server. Browser opens and navigates automatically to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user