Add a minimal README #218
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "adi-basic-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +18,4 @@
- `npm install` to install project dependencies
- `npm run build` to generate html/css/js
- `npm run export` to move the built files (along with assets in the public directory) to the `/out` directory
- Use your favourite web server to host the files in the `/out` directory. (A very simple one would be `python -m http.server` - not sure if it should actually be used for production :P)
The
:P)
looks a little strange, in my opinion. (It is difficult to put an emoticon at the end of a sentence that is enclosed in brackets.) I'm also not sure how "professional"/formal our README should be.It's fine for now, we will be updating it by the end of September! IMO it can have some informal bits as long as things make sense.
Overall, it looks good! I like the straightforward instructions and explanation of each command.