mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Migrate to Yarn & Parcel (#260)
* Switch from npm to yarn * Add minimum viable parcel dev server config * Remove webpack configs * Update docker build, build w/ yarn on node 16.x
This commit is contained in:
@@ -33,14 +33,13 @@ tracks our tagged releases, and `edge` tracks our potentially unstable
|
||||
|
||||
## Building from Source
|
||||
|
||||
You will need functioning [Go], [Elm] and [Node.js] installations for this to
|
||||
work.
|
||||
You will need functioning [Go] and [Node.js] installations for this to work.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/inbucket/inbucket.git
|
||||
cd inbucket/ui
|
||||
npm ci
|
||||
npm run build
|
||||
yarn install
|
||||
yarn build
|
||||
cd ..
|
||||
go build ./cmd/inbucket
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user