mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Clarify local dev steps
This commit is contained in:
parent
255b3dc528
commit
5ef292a482
1 changed files with 7 additions and 4 deletions
|
@ -38,9 +38,12 @@ Please note that this project has a [Code of Conduct](https://codeberg.org/keyox
|
||||||
|
|
||||||
To run Keyoxide locally on your machine for development:
|
To run Keyoxide locally on your machine for development:
|
||||||
|
|
||||||
- install NodeJS
|
- install either
|
||||||
|
- NodeJS
|
||||||
- directly from their [website](https://nodejs.org/en/), or
|
- directly from their [website](https://nodejs.org/en/), or
|
||||||
- using [nvm](https://github.com/nvm-sh/nvm): `nvm install --lts; nvm use --lts`
|
- using [nvm](https://github.com/nvm-sh/nvm): `nvm install --lts; nvm use --lts`
|
||||||
- run the server with `npm run dev`
|
- [yarn](https://yarnpkg.com/)
|
||||||
|
- install dependencies with `npm install` or `yarn`
|
||||||
|
- run the server with `npm dev` or `yarn dev`
|
||||||
|
|
||||||
Keyoxide will now be available at [https://localhost:3000](https://localhost:3000)
|
Keyoxide will now be available at [https://localhost:3000](https://localhost:3000)
|
||||||
|
|
Loading…
Reference in a new issue