-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Unai Martinez-Corral <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
# SymbiFlow Website | ||
# SymbiFlow | F4PGA Website | ||
|
||
[Website for the SymbiFlow project](https://symbiflow.github.io). | ||
SymbiFlow is now F4PGA! | ||
See [f4pga.org](https://f4pga.org/) and [f4pga.readthedocs.io](https://f4pga.readthedocs.io/). | ||
|
||
# License | ||
|
||
These files are released under the very permissive | ||
[ISC License, see the COPYING file for the full text](COPYING). | ||
|
||
# Dependencies | ||
|
||
Requires `node.js`. Run `npm install` to install dependencies. | ||
|
||
# Development | ||
|
||
Build using `gulp`. Run `gulp watch` to start a live server. | ||
|
||
# Build | ||
|
||
Run `gulp build` to build into the `build` folder. Static files can be served from there. | ||
* Requires `node.js`. | ||
Run `npm install` to install dependencies. | ||
* Run `gulp watch` to start a live server. | ||
* Run `gulp build` to build into the `build` folder. | ||
Static files can be served from there. |