Project setup

This commit is contained in:
Jack Hadrill
2022-01-29 11:33:05 +00:00
parent 736c1b208b
commit 20cf4e0731
6 changed files with 6034 additions and 5 deletions

View File

@@ -4,7 +4,15 @@ An implementation of the Romulus-M cryptography specification.
## Build
_Build instructions coming soon._
To build the Romulus-JS library, first clone this repository.
Run the following commands from the root of the repository:
```bash
$ npm install
$ npm run build
```
The build output will be saved to the `lib` directory.
### Visual Studio Code