Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a dependence #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ If this returns a version number, NodeJS is installed. **If not**, get NodeJS <a
$ `git clone https://github.com/savetheinternetinfo/website.git && cd website` <br><br>
3. Run the post setup script to install typescript: <br>
$ `npm run postsetup` <br><br>
4. Install all dependencies by typing <br>
4. Make sure you installed "libpng-dev" <br><br>
5. Install all dependencies by typing <br>
$ `npm install`<br><br>
5. Compile the assets <br>
6. Compile the assets <br>
$ `npm run assets-dev`<br><br>
6. Fill in your config secrets<br>
7. Fill in your config secrets<br>
$ `cp .env.dist .env`<br><br>
And fill that file<br><br>
7. Start the server <br>
8. Start the server <br>
$ `npm run dev`<br><br>

Or use Docker:<br>
Expand Down