Skip to content

Commit

Permalink
update readme with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
argarak committed Mar 30, 2024
1 parent 85fe34a commit ed520e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ blipgrid is a unique web-app music sequencer and composition tool
user guide/documentation coming soon!

changes are automatically built and published to [[https://blipgrid.app/]]

* running locally

1. clone or download the source, navigate to source directory.
2. ensure you have =yarn= installed on your system.
3. run =yarn install= to download dependencies.
4. run =yarn dev= to run the development server.
5. otherwise, run =yarn build= to build the project. the output files will be generated in the =dist= directory. building the project means you can host the files on a normal web server.

0 comments on commit ed520e3

Please sign in to comment.